Too many threads: 47 created in the global Application pool. (reasonable.application.thread.pool.size=30, available processors: 16)"AWT-EventQueue-0" prio=0 tid=0x0 nid=0x0 blocked
     java.lang.Thread.State: BLOCKED
 on java.util.HashMap@48fe4ac3 owned by "ApplicationImpl pooled thread 2133" Id=37459
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.release(NonBlockingReadActionImpl.java:400)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.cleanup(NonBlockingReadActionImpl.java:378)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.cleanupIfNeeded(NonBlockingReadActionImpl.java:365)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.cancel(NonBlockingReadActionImpl.java:341)
	at org.jetbrains.concurrency.AsyncPromise.cancel(AsyncPromise.kt:83)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.cancel(NonBlockingReadActionImpl.java:651)
	at com.intellij.openapi.editor.EditorMouseHoverPopupManager.cancelCurrentProcessing(EditorMouseHoverPopupManager.java:145)
	at com.intellij.openapi.editor.EditorMouseHoverPopupManager.handleMouseMoved(EditorMouseHoverPopupManager.java:130)
	at com.intellij.openapi.editor.EditorMouseHoverPopupManager$MyEditorMouseMotionEventListener.mouseMoved(EditorMouseHoverPopupManager.java:591)
	at com.intellij.openapi.editor.impl.event.EditorEventMulticasterImpl$3.lambda$mouseMoved$0(EditorEventMulticasterImpl.java:98)
	at com.intellij.openapi.editor.impl.event.EditorEventMulticasterImpl$3$$Lambda/0x0000000803f0dce8.accept(Unknown Source)
	at com.intellij.openapi.extensions.ExtensionPointName.forEachExtensionSafe(ExtensionPointName.kt:61)
	at com.intellij.openapi.editor.impl.event.EditorEventMulticasterImpl$3.mouseMoved(EditorEventMulticasterImpl.java:98)
	at com.intellij.openapi.editor.impl.EditorImpl$MyMouseMotionListener.mouseMoved(EditorImpl.java:5009)
	at java.desktop@21.0.6/java.awt.Component.processMouseMotionEvent(Unknown Source)
	at java.desktop@21.0.6/javax.swing.JComponent.processMouseMotionEvent(Unknown Source)
	at java.desktop@21.0.6/java.awt.Component.processEvent(Unknown Source)
	at java.desktop@21.0.6/java.awt.Container.processEvent(Unknown Source)
	at java.desktop@21.0.6/java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.desktop@21.0.6/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop@21.0.6/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop@21.0.6/java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
	at java.desktop@21.0.6/java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
	at java.desktop@21.0.6/java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
	at java.desktop@21.0.6/java.awt.Container.dispatchEventImpl(Unknown Source)
	at java.desktop@21.0.6/java.awt.Window.dispatchEventImpl(Unknown Source)
	at java.desktop@21.0.6/java.awt.Component.dispatchEvent(Unknown Source)
	at java.desktop@21.0.6/java.awt.EventQueue.dispatchEventImpl(Unknown Source)
	at java.desktop@21.0.6/java.awt.EventQueue$4.run(Unknown Source)
	at java.desktop@21.0.6/java.awt.EventQueue$4.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.base@21.0.6/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop@21.0.6/java.awt.EventQueue$5.run(Unknown Source)
	at java.desktop@21.0.6/java.awt.EventQueue$5.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
	at java.desktop@21.0.6/java.awt.EventQueue.dispatchEvent(Unknown Source)
	at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.kt:585)
	at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.kt:530)
	at com.intellij.ide.IdeEventQueue._dispatchEvent$lambda$16(IdeEventQueue.kt:473)
	at com.intellij.ide.IdeEventQueue$$Lambda/0x0000000803f044c0.compute(Unknown Source)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteIntentReadAction$lambda$6(AnyThreadWriteThreadingSupport.kt:274)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport$$Lambda/0x000000080056c4d0.invoke(Unknown Source)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWithTemporaryThreadLocal(AnyThreadWriteThreadingSupport.kt:204)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWriteIntentReadAction(AnyThreadWriteThreadingSupport.kt:274)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runPreventiveWriteIntentReadAction(AnyThreadWriteThreadingSupport.kt:218)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:473)
	at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$12$lambda$11$lambda$10$lambda$9(IdeEventQueue.kt:307)
	at com.intellij.ide.IdeEventQueue$$Lambda/0x0000000800d30000.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:864)
	at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$12$lambda$11$lambda$10(IdeEventQueue.kt:306)
	at com.intellij.ide.IdeEventQueue$$Lambda/0x0000000800841840.invoke(Unknown Source)
	at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$3(IdeEventQueue.kt:958)
	at com.intellij.ide.IdeEventQueueKt$$Lambda/0x00000008008914c0.run(Unknown Source)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:117)
	at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:958)
	at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$12(IdeEventQueue.kt:301)
	at com.intellij.ide.IdeEventQueue$$Lambda/0x0000000800840000.run(Unknown Source)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:341)
	at java.desktop@21.0.6/java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.desktop@21.0.6/java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.desktop@21.0.6/java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.desktop@21.0.6/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop@21.0.6/java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.desktop@21.0.6/java.awt.EventDispatchThread.run(Unknown Source)

"ApplicationImpl pooled thread 2132" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

	at kotlin.jvm.internal.Intrinsics.areEqual(Intrinsics.java:169)
	at com.intellij.platform.workspace.jps.entities.LibraryId.equals(persistent_Id.kt:80)
	at it.unimi.dsi.fastutil.objects.Object2ObjectOpenHashMap.get(Object2ObjectOpenHashMap.java:324)
	at com.intellij.platform.workspace.storage.impl.containers.BidirectionalLongMultiMap.getKeys(BidirectionalLongMultiMap.kt:36)
	at com.intellij.platform.workspace.storage.impl.indices.MultimapStorageIndex.getIdsByEntry$intellij_platform_workspace_storage(MultimapStorageIndex.kt:19)
	at com.intellij.platform.workspace.storage.impl.AbstractEntityStorage.referrers(ImmutableEntityStorageImpl.kt:993)
	at com.intellij.workspaceModel.ide.impl.legacyBridge.module.ModuleDependencyIndexImpl$LibraryTablesListener.hasDependencyOn(ModuleDependencyIndexImpl.kt:292)
	at com.intellij.workspaceModel.ide.impl.legacyBridge.module.ModuleDependencyIndexImpl.hasDependencyOn(ModuleDependencyIndexImpl.kt:114)
	at com.intellij.workspaceModel.core.fileIndex.impl.LibraryRootFileSetData.isUnloaded(libraryRootContributors.kt:111)
	at com.intellij.workspaceModel.core.fileIndex.impl.WorkspaceFileSetImpl.isUnloaded(workspaceFileSets.kt:108)
	at com.intellij.workspaceModel.core.fileIndex.impl.WorkspaceFileSetImpl.computeMasks(workspaceFileSets.kt:117)
	at com.intellij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexDataImpl.getFileInfo(WorkspaceFileIndexDataImpl.kt:120)
	at com.intellij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexImpl.getFileInfo(WorkspaceFileIndexImpl.kt:307)
	at com.intellij.openapi.roots.impl.ProjectFileIndexImpl.getModuleSourceOrLibraryClassesRoot(ProjectFileIndexImpl.java:229)
	at org.jetbrains.kotlin.idea.base.projectStructure.scope.ModuleSourcesScope.getFileRoot(ModuleSourcesScope.kt:39)
	at org.jetbrains.kotlin.idea.base.projectStructure.scope.AbstractVirtualFileRootsScope.contains(AbstractVirtualFileRootsScope.kt:43)
	at com.intellij.psi.search.UnionScope.lambda$contains$0(UnionScope.java:106)
	at com.intellij.psi.search.UnionScope$$Lambda/0x000000080289a488.value(Unknown Source)
	at com.intellij.util.containers.ContainerUtil.find(ContainerUtil.java:818)
	at com.intellij.psi.search.UnionScope.contains(UnionScope.java:106)
	at com.intellij.util.indexing.FileBasedIndexEx.lambda$processValuesInScope$9(FileBasedIndexEx.java:422)
	at com.intellij.util.indexing.FileBasedIndexEx$$Lambda/0x00000008028fd1e8.process(Unknown Source)
	at com.intellij.util.indexing.FileBasedIndexEx.lambda$processValueIterator$10(FileBasedIndexEx.java:449)
	at com.intellij.util.indexing.FileBasedIndexEx$$Lambda/0x00000008028fd668.process(Unknown Source)
	at com.intellij.util.indexing.impl.MapIndexStorage.read(MapIndexStorage.java:305)
	at com.intellij.util.indexing.impl.storage.TransientChangesIndexStorage.read(TransientChangesIndexStorage.java:243)
	at com.intellij.util.indexing.impl.MapReduceIndex.withData(MapReduceIndex.java:271)
	at com.intellij.util.indexing.FileBasedIndexEx.lambda$processValueIterator$11(FileBasedIndexEx.java:447)
	at com.intellij.util.indexing.FileBasedIndexEx$$Lambda/0x00000008028fd428.convert(Unknown Source)
	at com.intellij.util.indexing.FileBasedIndexEx.readIndexAndProcessExceptions(FileBasedIndexEx.java:356)
	at com.intellij.util.indexing.FileBasedIndexEx.processValueIterator(FileBasedIndexEx.java:445)
	at com.intellij.util.indexing.FileBasedIndexEx.processValuesInScope(FileBasedIndexEx.java:415)
	at com.intellij.util.indexing.FileBasedIndexImpl.processValuesInScope(FileBasedIndexImpl.java:1173)
	at com.intellij.util.indexing.FileBasedIndexEx.processValues(FileBasedIndexEx.java:321)
	at com.intellij.util.indexing.FileBasedIndexEx.processValues(FileBasedIndexEx.java:309)
	at org.jetbrains.kotlin.idea.base.indices.KotlinPackageIndexUtils.packageExists(KotlinPackageIndexUtils.kt:44)
	at org.jetbrains.kotlin.idea.base.analysisApiPlatform.IdeKotlinPackageProvider.doesKotlinOnlyPackageExist(IdeKotlinPackageProviderFactory.kt:54)
	at org.jetbrains.kotlin.analysis.low.level.api.fir.symbolProviders.combined.LLCombinedKotlinSymbolProvider.hasPackage(LLCombinedKotlinSymbolProvider.kt:142)
	at org.jetbrains.kotlin.analysis.low.level.api.fir.symbolProviders.LLDependenciesSymbolProvider.hasPackage(LLModuleWithDependenciesSymbolProvider.kt:219)
	at org.jetbrains.kotlin.analysis.low.level.api.fir.symbolProviders.LLModuleWithDependenciesSymbolProvider.hasPackage(LLModuleWithDependenciesSymbolProvider.kt:151)
	at org.jetbrains.kotlin.fir.resolve.transformers.ImportUtilsKt.findLongestExistingPackage(ImportUtils.kt:30)
	at org.jetbrains.kotlin.fir.resolve.transformers.FirImportResolveTransformer.transformImportForFqName(FirImportResolveTransformer.kt:71)
	at org.jetbrains.kotlin.fir.resolve.transformers.FirImportResolveTransformer.transformImport(FirImportResolveTransformer.kt:64)
	at org.jetbrains.kotlin.fir.declarations.FirImport.transform(FirImport.kt:34)
	at org.jetbrains.kotlin.fir.visitors.FirTransformerUtilKt.transformInplace(FirTransformerUtil.kt:20)
	at org.jetbrains.kotlin.fir.declarations.impl.FirFileImpl.transformImports(FirFileImpl.kt:75)
	at org.jetbrains.kotlin.fir.declarations.impl.FirFileImpl.transformChildren(FirFileImpl.kt:64)
	at org.jetbrains.kotlin.fir.declarations.impl.FirFileImpl.transformChildren(FirFileImpl.kt:29)
	at org.jetbrains.kotlin.fir.resolve.transformers.FirImportResolveTransformer.transformFile(FirImportResolveTransformer.kt:44)
	at org.jetbrains.kotlin.fir.declarations.FirFile.transform(FirFile.kt:46)
	at org.jetbrains.kotlin.fir.visitors.FirTransformerUtilKt.transformSingle(FirTransformerUtil.kt:13)
	at org.jetbrains.kotlin.analysis.low.level.api.fir.lazy.resolve.LLFirModuleLazyDeclarationResolver.resolveFileToImportsWithLock(LLFirModuleLazyDeclarationResolver.kt:120)
	at org.jetbrains.kotlin.analysis.low.level.api.fir.lazy.resolve.LLFirModuleLazyDeclarationResolver.resolveContainingFileToImports(LLFirModuleLazyDeclarationResolver.kt:113)
	at org.jetbrains.kotlin.analysis.low.level.api.fir.lazy.resolve.LLFirModuleLazyDeclarationResolver.lazyResolve(LLFirModuleLazyDeclarationResolver.kt:215)
	at org.jetbrains.kotlin.analysis.low.level.api.fir.LLFirLazyDeclarationResolver.lazyResolveToPhase(LLFirLazyDeclarationResolver.kt:27)
	at org.jetbrains.kotlin.fir.symbols.FirLazyDeclarationResolverKt$lazyResolveToPhase$1.invoke(FirLazyDeclarationResolver.kt:134)
	at org.jetbrains.kotlin.fir.symbols.FirLazyDeclarationResolverKt$lazyResolveToPhase$1.invoke(FirLazyDeclarationResolver.kt:134)
	at org.jetbrains.kotlin.fir.symbols.FirLazyDeclarationResolverKt.invokeLazyResolveToPhase(FirLazyDeclarationResolver.kt:213)
	at org.jetbrains.kotlin.fir.symbols.FirLazyDeclarationResolverKt.lazyResolveToPhase(FirLazyDeclarationResolver.kt:134)
	at org.jetbrains.kotlin.fir.symbols.FirLazyDeclarationResolverKt.lazyResolveToPhase(FirLazyDeclarationResolver.kt:125)
	at org.jetbrains.kotlin.fir.symbols.impl.FirClassSymbol.getResolvedSuperTypeRefs(FirClassLikeSymbol.kt:76)
	at org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirTypeAndAnnotationsKt.superTypesList(KaFirTypeAndAnnotations.kt:14)
	at org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirPsiSymbolKt.createSuperTypes(KaFirPsiSymbol.kt:155)
	at org.jetbrains.kotlin.analysis.api.fir.symbols.KaFirNamedClassSymbol.getSuperTypes(KaFirNamedClassSymbol.kt:69)
	at org.jetbrains.kotlin.light.classes.symbol.classes.SymbolLightClassForClassOrObject._implementsList_delegate$lambda$4(SymbolLightClassForClassOrObject.kt:104)
	at org.jetbrains.kotlin.light.classes.symbol.classes.SymbolLightClassForClassOrObject$$Lambda/0x0000000802590000.invoke(Unknown Source)
	at kotlin.SafePublicationLazyImpl.getValue(LazyJVM.kt:122)
	at org.jetbrains.kotlin.light.classes.symbol.classes.SymbolLightClassForClassOrObject.get_implementsList(SymbolLightClassForClassOrObject.kt:102)
	at org.jetbrains.kotlin.light.classes.symbol.classes.SymbolLightClassForClassOrObject.getImplementsList(SymbolLightClassForClassOrObject.kt:94)
	at com.intellij.psi.impl.PsiClassImplUtil.getImplementsListTypes(PsiClassImplUtil.java:996)
	at org.jetbrains.kotlin.light.classes.symbol.classes.SymbolLightClassBase.getImplementsListTypes(SymbolLightClassBase.kt:157)
	at com.intellij.psi.impl.PsiClassImplUtil.getInterfaces(PsiClassImplUtil.java:892)
	at org.jetbrains.kotlin.light.classes.symbol.classes.SymbolLightClassForClassLike.getInterfaces(SymbolLightClassForClassLike.kt:160)
	at com.intellij.psi.util.InheritanceUtil.processSupers(InheritanceUtil.java:43)
	at com.intellij.psi.util.InheritanceUtil.processSupers(InheritanceUtil.java:37)
	at com.intellij.codeInsight.AnnotationUtil.lambda$getSuperAnnotationOwners$4(AnnotationUtil.java:195)
	at com.intellij.codeInsight.AnnotationUtil$$Lambda/0x0000000802a15f50.compute(Unknown Source)
	at com.intellij.psi.util.CachedValuesManager$NonPhysicalPsiHandlerProvider.compute(CachedValuesManager.java:222)
	at com.intellij.psi.util.CachedValuesManager$NonPhysicalPsiHandlerProvider.compute(CachedValuesManager.java:215)
	at com.intellij.psi.impl.PsiParameterizedCachedValue.doCompute(PsiParameterizedCachedValue.kt:24)
	at com.intellij.util.CachedValueBase.lambda$getValueWithLock$3(CachedValueBase.java:299)
	at com.intellij.util.CachedValueBase$$Lambda/0x000000080155af98.compute(Unknown Source)
	at com.intellij.util.CachedValueBase.computeData(CachedValueBase.java:37)
	at com.intellij.util.CachedValueBase.lambda$getValueWithLock$4(CachedValueBase.java:299)
	at com.intellij.util.CachedValueBase$$Lambda/0x000000080155aac0.compute(Unknown Source)
	at com.intellij.openapi.util.RecursionGuard$$Lambda/0x00000008011d29b0.compute(Unknown Source)
	at com.intellij.openapi.util.RecursionManager$1.computePreventingRecursion(RecursionManager.java:113)
	at com.intellij.openapi.util.RecursionGuard.doPreventingRecursion(RecursionGuard.java:28)
	at com.intellij.openapi.util.RecursionManager.doPreventingRecursion(RecursionManager.java:68)
	at com.intellij.util.CachedValueBase.getValueWithLock(CachedValueBase.java:300)
	at com.intellij.psi.impl.PsiParameterizedCachedValue.getValue(PsiParameterizedCachedValue.kt:18)
	at com.intellij.psi.util.CachedValuesManager.getParameterizedCachedValue(CachedValuesManager.java:97)
	at com.intellij.psi.util.CachedValuesManager.getCachedValue(CachedValuesManager.java:212)
	at com.intellij.psi.util.CachedValuesManager.getCachedValue(CachedValuesManager.java:136)
	at com.intellij.codeInsight.AnnotationUtil.getSuperAnnotationOwners(AnnotationUtil.java:186)
	at com.intellij.codeInsight.AnnotationUtil.findAnnotationAndOwnerInHierarchy(AnnotationUtil.java:241)
	at com.intellij.codeInsight.AnnotationUtil.findAnnotationInHierarchy(AnnotationUtil.java:221)
	at com.intellij.codeInsight.AnnotationUtil.findAnnotationInHierarchy(AnnotationUtil.java:216)
	at com.intellij.execution.junit.JUnitUtil.isTestClass(JUnitUtil.java:195)
	at com.intellij.execution.junit.JUnitUtil.isTestClass(JUnitUtil.java:168)
	at com.android.tools.idea.testartifacts.instrumented.AndroidTestRunConfiguration.checkConfiguration(AndroidTestRunConfiguration.java:236)
	at com.android.tools.idea.run.AndroidRunConfigurationBase.validate(AndroidRunConfigurationBase.java:213)
	at com.android.tools.idea.run.AndroidRunConfigurationBase.validate(AndroidRunConfigurationBase.java:141)
	at com.android.tools.idea.run.AndroidRunConfigurationBase.checkConfiguration(AndroidRunConfigurationBase.java:119)
	at com.intellij.execution.impl.RunnerAndConfigurationSettingsImpl.checkSettings$lambda$10(RunnerAndConfigurationSettingsImpl.kt:363)
	at com.intellij.execution.impl.RunnerAndConfigurationSettingsImpl$$Lambda/0x00000008018377d8.call(Unknown Source)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$OTelMonitor.callWrapped(NonBlockingReadActionImpl.java:858)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$OTelMonitor$MonitoredComputation.call(NonBlockingReadActionImpl.java:890)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.insideReadAction(NonBlockingReadActionImpl.java:619)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.attemptComputation(NonBlockingReadActionImpl.java:566)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.executeSynchronously(NonBlockingReadActionImpl.java:507)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl.executeSynchronously(NonBlockingReadActionImpl.java:222)
	at com.intellij.execution.impl.RunnerAndConfigurationSettingsImpl.checkSettings(RunnerAndConfigurationSettingsImpl.kt:370)
	at com.intellij.execution.RunnerAndConfigurationSettings.checkSettings(RunnerAndConfigurationSettings.java:188)
	at com.intellij.execution.impl.RunConfigurationIconAndInvalidCache.recalculateIcon$lambda$1(RunConfigurationIconAndInvalidCache.kt:67)
	at com.intellij.execution.impl.RunConfigurationIconAndInvalidCache$$Lambda/0x0000000801823510.call(Unknown Source)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$OTelMonitor.callWrapped(NonBlockingReadActionImpl.java:858)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$OTelMonitor$MonitoredComputation.call(NonBlockingReadActionImpl.java:890)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.insideReadAction(NonBlockingReadActionImpl.java:619)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.lambda$attemptComputation$3(NonBlockingReadActionImpl.java:582)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission$$Lambda/0x00000008014ba158.run(Unknown Source)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.tryRunReadAction$lambda$11(AnyThreadWriteThreadingSupport.kt:522)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport$$Lambda/0x0000000800d71828.invoke(Unknown Source)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWithTemporaryThreadLocal(AnyThreadWriteThreadingSupport.kt:204)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.tryRunReadAction(AnyThreadWriteThreadingSupport.kt:522)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1064)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runInReadActionWithWriteActionPriority$0(ProgressIndicatorUtils.java:95)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils$$Lambda/0x00000008014ba5e8.run(Unknown Source)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:73)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:152)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.lambda$runWithWriteActionPriority$1(ProgressIndicatorUtils.java:140)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils$$Lambda/0x00000008014bacc8.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runWithWriteActionPriority(ProgressIndicatorUtils.java:137)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runInReadActionWithWriteActionPriority(ProgressIndicatorUtils.java:95)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.attemptComputation(NonBlockingReadActionImpl.java:582)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.lambda$transferToBgThread$1(NonBlockingReadActionImpl.java:481)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission$$Lambda/0x00000008014b9cb8.run(Unknown Source)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:249)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:30)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:227)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:215)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"DefaultDispatcher-worker-5" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

	at java.base@21.0.6/java.lang.ClassLoader.findLoadedClass0(Native Method)
	at java.base@21.0.6/java.lang.ClassLoader.findLoadedClass(Unknown Source)
	at com.intellij.ide.plugins.cl.PluginClassLoader.loadClassInsideSelf(PluginClassLoader.kt:322)
	at com.intellij.ide.plugins.cl.PluginClassLoader.tryLoadingClass(PluginClassLoader.kt:207)
	at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.kt:152)
	at java.base@21.0.6/java.lang.ClassLoader.loadClass(Unknown Source)
	at com.intellij.openapi.externalSystem.model.DataClassResolver.resolve(serialization.kt:47)
	at com.intellij.openapi.externalSystem.model.SerializationKt.createCacheReadConfiguration$lambda$0(serialization.kt:86)
	at com.intellij.openapi.externalSystem.model.SerializationKt$$Lambda/0x0000000801c8bc80.invoke(Unknown Source)
	at com.intellij.serialization.PolymorphicBinding.doDeserialize(PolymorphicBinding.kt:43)
	at com.intellij.serialization.PolymorphicBinding.deserialize(PolymorphicBinding.kt:24)
	at com.intellij.serialization.BaseCollectionBinding.readInto(BaseCollectionBinding.kt:29)
	at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:27)
	at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:17)
	at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$lambda$4(BeanBinding.kt:174)
	at com.intellij.serialization.BeanBinding$$Lambda/0x0000000801d80270.invoke(Unknown Source)
	at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$doReadAndMakeCopyIfSecondPassIsNeeded(BeanBinding.kt:141)
	at com.intellij.serialization.BeanBinding.createUsingCustomConstructor(BeanBinding.kt:149)
	at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:249)
	at com.intellij.serialization.PolymorphicBinding.doDeserialize(PolymorphicBinding.kt:53)
	at com.intellij.serialization.PolymorphicBinding.deserialize(PolymorphicBinding.kt:24)
	at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$lambda$4(BeanBinding.kt:174)
	at com.intellij.serialization.BeanBinding$$Lambda/0x0000000801d80270.invoke(Unknown Source)
	at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$doReadAndMakeCopyIfSecondPassIsNeeded(BeanBinding.kt:141)
	at com.intellij.serialization.BeanBinding.createUsingCustomConstructor(BeanBinding.kt:149)
	at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:249)
	at com.intellij.serialization.BaseCollectionBinding.readInto(BaseCollectionBinding.kt:29)
	at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:27)
	at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:17)
	at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$lambda$4(BeanBinding.kt:174)
	at com.intellij.serialization.BeanBinding$$Lambda/0x0000000801d80270.invoke(Unknown Source)
	at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$doReadAndMakeCopyIfSecondPassIsNeeded(BeanBinding.kt:141)
	at com.intellij.serialization.BeanBinding.createUsingCustomConstructor(BeanBinding.kt:149)
	at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:249)
	at com.intellij.serialization.BaseCollectionBinding.readInto(BaseCollectionBinding.kt:29)
	at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:27)
	at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:17)
	at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$lambda$4(BeanBinding.kt:174)
	at com.intellij.serialization.BeanBinding$$Lambda/0x0000000801d80270.invoke(Unknown Source)
	at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$doReadAndMakeCopyIfSecondPassIsNeeded(BeanBinding.kt:141)
	at com.intellij.serialization.BeanBinding.createUsingCustomConstructor(BeanBinding.kt:149)
	at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:249)
	at com.intellij.serialization.PolymorphicBinding.doDeserialize(PolymorphicBinding.kt:53)
	at com.intellij.serialization.PolymorphicBinding.deserialize(PolymorphicBinding.kt:19)
	at com.intellij.serialization.BeanBinding.readIntoObject(BeanBinding.kt:292)
	at com.intellij.serialization.BeanBinding.readIntoObject$default(BeanBinding.kt:264)
	at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:259)
	at com.intellij.serialization.BaseCollectionBinding.readInto(BaseCollectionBinding.kt:29)
	at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:91)
	at com.intellij.serialization.BeanBinding.readIntoObject(BeanBinding.kt:292)
	at com.intellij.serialization.BeanBinding.readIntoObject$default(BeanBinding.kt:264)
	at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:259)
	at com.intellij.serialization.BaseCollectionBinding.readInto(BaseCollectionBinding.kt:29)
	at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:91)
	at com.intellij.serialization.BeanBinding.readIntoObject(BeanBinding.kt:292)
	at com.intellij.serialization.BeanBinding.readIntoObject$default(BeanBinding.kt:264)
	at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:259)
	at com.intellij.serialization.Binding.deserialize(Binding.kt:16)
	at com.intellij.serialization.BeanBinding.readIntoObject(BeanBinding.kt:292)
	at com.intellij.serialization.BeanBinding.readIntoObject$default(BeanBinding.kt:264)
	at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:259)
	at com.intellij.serialization.BaseCollectionBinding.readInto(BaseCollectionBinding.kt:29)
	at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:27)
	at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:17)
	at com.intellij.serialization.IonObjectSerializer.doRead(IonObjectSerializer.kt:149)
	at com.intellij.serialization.IonObjectSerializer.readVersioned(IonObjectSerializer.kt:97)
	at com.intellij.serialization.VersionedFile.readAndHandleErrors(VersionedFile.kt:75)
	at com.intellij.serialization.VersionedFile.readList(VersionedFile.kt:57)
	at com.intellij.serialization.VersionedFile.readList$default(VersionedFile.kt:51)
	at com.intellij.serialization.VersionedFile.readList(VersionedFile.kt)
	at com.intellij.openapi.externalSystem.service.project.manage.ExternalProjectsDataStorage.load(ExternalProjectsDataStorage.java:413)
	at com.intellij.openapi.externalSystem.service.project.manage.ExternalProjectsDataStorage.load(ExternalProjectsDataStorage.java:116)
	at com.intellij.openapi.externalSystem.service.project.manage.ExternalProjectsManagerImpl.init(ExternalProjectsManagerImpl.java:189)
	at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity$execute$2.invokeSuspend$lambda$1(ExternalSystemStartupActivity.kt:33)
	at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity$execute$2$$Lambda/0x0000000801bd2f40.invoke(Unknown Source)
	at com.intellij.openapi.progress.CoroutinesKt.blockingContextInner(coroutines.kt:345)
	at com.intellij.openapi.progress.CoroutinesKt$blockingContext$2.invokeSuspend(coroutines.kt:237)
	at com.intellij.openapi.progress.CoroutinesKt$blockingContext$2.invoke(coroutines.kt)
	at com.intellij.openapi.progress.CoroutinesKt$blockingContext$2.invoke(coroutines.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:261)
	at com.intellij.openapi.progress.CoroutinesKt.blockingContext(coroutines.kt:236)
	at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity$execute$2.invokeSuspend(ExternalSystemStartupActivity.kt:32)
	at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity$execute$2.invoke(ExternalSystemStartupActivity.kt)
	at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity$execute$2.invoke(ExternalSystemStartupActivity.kt)
	at com.intellij.platform.backend.observation.PlatformActivityTrackerService$trackConfigurationActivity$2$1.invokeSuspend(PlatformActivityTrackerService.kt:71)
	at com.intellij.platform.backend.observation.PlatformActivityTrackerService$trackConfigurationActivity$2$1.invoke(PlatformActivityTrackerService.kt)
	at com.intellij.platform.backend.observation.PlatformActivityTrackerService$trackConfigurationActivity$2$1.invoke(PlatformActivityTrackerService.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:163)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at com.intellij.platform.backend.observation.PlatformActivityTrackerService.trackConfigurationActivity(PlatformActivityTrackerService.kt:70)
	at com.intellij.platform.backend.observation.TrackingUtil.trackActivity(util.kt:23)
	at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity.execute(ExternalSystemStartupActivity.kt:27)
	at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:608)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:873)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:763)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750)

"ApplicationImpl pooled thread 2133" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

	at java.base@21.0.6/jdk.internal.misc.Unsafe.allocateInstance(Native Method)
	at java.base@21.0.6/java.lang.invoke.DirectMethodHandle.allocateInstance(Unknown Source)
	at java.base@21.0.6/java.lang.invoke.DirectMethodHandle$Holder.newInvokeSpecial(Unknown Source)
	at java.base@21.0.6/java.lang.invoke.Invokers$Holder.linkToTargetMethod(Unknown Source)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees(coroutineDumper.kt:180)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees$lambda$8$lambda$7(coroutineDumper.kt:188)
	at com.intellij.diagnostic.CoroutineDumperKt$$Lambda/0x0000000816a60240.invoke(Unknown Source)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:330)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:318)
	at kotlin.sequences.SequencesKt___SequencesKt.toList(_Sequences.kt:820)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees$lambda$8(coroutineDumper.kt:188)
	at com.intellij.diagnostic.CoroutineDumperKt$$Lambda/0x0000000816a60000.invoke(Unknown Source)
	at com.intellij.diagnostic.CoroutineDumperKt.withElement(coroutineDumper.kt:343)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees(coroutineDumper.kt:180)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees$lambda$8$lambda$7(coroutineDumper.kt:188)
	at com.intellij.diagnostic.CoroutineDumperKt$$Lambda/0x0000000816a60240.invoke(Unknown Source)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:330)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:318)
	at kotlin.sequences.SequencesKt___SequencesKt.toList(_Sequences.kt:820)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees$lambda$8(coroutineDumper.kt:188)
	at com.intellij.diagnostic.CoroutineDumperKt$$Lambda/0x0000000816a60000.invoke(Unknown Source)
	at com.intellij.diagnostic.CoroutineDumperKt.withElement(coroutineDumper.kt:343)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees(coroutineDumper.kt:180)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees$lambda$8$lambda$7(coroutineDumper.kt:188)
	at com.intellij.diagnostic.CoroutineDumperKt$$Lambda/0x0000000816a60240.invoke(Unknown Source)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:330)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:318)
	at kotlin.sequences.SequencesKt___SequencesKt.toList(_Sequences.kt:820)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees$lambda$8(coroutineDumper.kt:188)
	at com.intellij.diagnostic.CoroutineDumperKt$$Lambda/0x0000000816a60000.invoke(Unknown Source)
	at com.intellij.diagnostic.CoroutineDumperKt.withElement(coroutineDumper.kt:343)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees(coroutineDumper.kt:180)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees$lambda$8$lambda$7(coroutineDumper.kt:188)
	at com.intellij.diagnostic.CoroutineDumperKt$$Lambda/0x0000000816a60240.invoke(Unknown Source)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:330)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:318)
	at kotlin.sequences.SequencesKt___SequencesKt.toList(_Sequences.kt:813)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees$lambda$8(coroutineDumper.kt:188)
	at com.intellij.diagnostic.CoroutineDumperKt$$Lambda/0x0000000816a60000.invoke(Unknown Source)
	at com.intellij.diagnostic.CoroutineDumperKt.withElement(coroutineDumper.kt:343)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees(coroutineDumper.kt:180)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees$lambda$8$lambda$7(coroutineDumper.kt:188)
	at com.intellij.diagnostic.CoroutineDumperKt$$Lambda/0x0000000816a60240.invoke(Unknown Source)
	at kotlin.sequences.FlatteningSequence$iterator$1.ensureItemIterator(Sequences.kt:330)
	at kotlin.sequences.FlatteningSequence$iterator$1.hasNext(Sequences.kt:318)
	at kotlin.sequences.SequencesKt___SequencesKt.toList(_Sequences.kt:816)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees$lambda$8(coroutineDumper.kt:188)
	at com.intellij.diagnostic.CoroutineDumperKt$$Lambda/0x0000000816a60000.invoke(Unknown Source)
	at com.intellij.diagnostic.CoroutineDumperKt.withElement(coroutineDumper.kt:343)
	at com.intellij.diagnostic.CoroutineDumperKt.buildJobTrees(coroutineDumper.kt:180)
	at com.intellij.diagnostic.CoroutineDumperKt.access$buildJobTrees(coroutineDumper.kt:1)
	at com.intellij.diagnostic.CoroutineDumperKt$jobTrees$1.invokeSuspend(coroutineDumper.kt:170)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlin.sequences.SequenceBuilderIterator.hasNext(SequenceBuilder.kt:129)
	at kotlin.sequences.SequencesKt___SequencesKt.toList(_Sequences.kt:813)
	at com.intellij.diagnostic.CoroutineDumperKt.dumpCoroutines(coroutineDumper.kt:58)
	at com.intellij.diagnostic.ThreadDumper.getThreadDumpInfo(ThreadDumper.java:55)
	at com.intellij.diagnostic.PerformanceWatcherImpl.dumpThreads(PerformanceWatcherImpl.kt:252)
	at com.intellij.diagnostic.PerformanceWatcherImpl.access$dumpThreads(PerformanceWatcherImpl.kt:69)
	at com.intellij.diagnostic.PerformanceWatcherImpl$asyncInit$4.invokeSuspend$lambda$0(PerformanceWatcherImpl.kt:153)
	at com.intellij.diagnostic.PerformanceWatcherImpl$asyncInit$4$$Lambda/0x000000080080fb38.invoke(Unknown Source)
	at com.intellij.diagnostic.PerformanceWatcherImpl$asyncInit$4.invokeSuspend$lambda$1(PerformanceWatcherImpl.kt:148)
	at com.intellij.diagnostic.PerformanceWatcherImpl$asyncInit$4$$Lambda/0x000000080080a548.accept(Unknown Source)
	at com.intellij.util.concurrency.AppScheduledExecutorService$MyThreadFactory.newThread(AppScheduledExecutorService.java:61)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.<init>(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.addWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
	at com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor.execute(AppScheduledExecutorService.java:148)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.transferToBgThread(NonBlockingReadActionImpl.java:496)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.scheduleReplacementIfAny(NonBlockingReadActionImpl.java:413)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.release(NonBlockingReadActionImpl.java:402)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission.lambda$transferToBgThread$1(NonBlockingReadActionImpl.java:492)
	at com.intellij.openapi.application.impl.NonBlockingReadActionImpl$Submission$$Lambda/0x00000008014b9cb8.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"google-crash-pool-0" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.SocketDispatcher.read0(Native Method)
	at java.base@21.0.6/sun.nio.ch.SocketDispatcher.read(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl.tryRead(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl.read(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
	at java.base@21.0.6/java.net.Socket$SocketInputStream.read(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at com.android.tools.analytics.crash.GoogleCrashReporter.lambda$submit$1(GoogleCrashReporter.java:202)
	at com.android.tools.analytics.crash.GoogleCrashReporter$$Lambda/0x0000000806c2c250.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"google-crash-pool-1" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.SocketDispatcher.read0(Native Method)
	at java.base@21.0.6/sun.nio.ch.SocketDispatcher.read(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl.tryRead(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl.read(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
	at java.base@21.0.6/java.net.Socket$SocketInputStream.read(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at com.android.tools.analytics.crash.GoogleCrashReporter.lambda$submit$1(GoogleCrashReporter.java:202)
	at com.android.tools.analytics.crash.GoogleCrashReporter$$Lambda/0x0000000806c2c250.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"google-crash-pool-2" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.SocketDispatcher.read0(Native Method)
	at java.base@21.0.6/sun.nio.ch.SocketDispatcher.read(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl.tryRead(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl.read(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
	at java.base@21.0.6/java.net.Socket$SocketInputStream.read(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at com.android.tools.analytics.crash.GoogleCrashReporter.lambda$submit$1(GoogleCrashReporter.java:202)
	at com.android.tools.analytics.crash.GoogleCrashReporter$$Lambda/0x0000000806c2c250.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"google-crash-pool-3" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.SocketDispatcher.read0(Native Method)
	at java.base@21.0.6/sun.nio.ch.SocketDispatcher.read(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl.tryRead(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl.read(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
	at java.base@21.0.6/java.net.Socket$SocketInputStream.read(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at com.android.tools.analytics.crash.GoogleCrashReporter.lambda$submit$1(GoogleCrashReporter.java:202)
	at com.android.tools.analytics.crash.GoogleCrashReporter$$Lambda/0x0000000806c2c250.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"google-crash-pool-4" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.SocketDispatcher.read0(Native Method)
	at java.base@21.0.6/sun.nio.ch.SocketDispatcher.read(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl.tryRead(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl.read(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)
	at java.base@21.0.6/java.net.Socket$SocketInputStream.read(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketInputRecord.read(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketInputRecord.readHeader(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketImpl.readApplicationRecord(Unknown Source)
	at java.base@21.0.6/sun.security.ssl.SSLSocketImpl$AppInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at com.android.tools.analytics.crash.GoogleCrashReporter.lambda$submit$1(GoogleCrashReporter.java:202)
	at com.android.tools.analytics.crash.GoogleCrashReporter$$Lambda/0x0000000806c2c250.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.FutureTask.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"BaseDataReader: error stream of fsnotifier" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/java.io.FileInputStream.readBytes(Native Method)
	at java.base@21.0.6/java.io.FileInputStream.read(Unknown Source)
	at java.base@21.0.6/java.io.BufferedInputStream.read1(Unknown Source)
	at java.base@21.0.6/java.io.BufferedInputStream.implRead(Unknown Source)
	at java.base@21.0.6/java.io.BufferedInputStream.read(Unknown Source)
	at java.base@21.0.6/sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
	at java.base@21.0.6/sun.nio.cs.StreamDecoder.implRead(Unknown Source)
	at java.base@21.0.6/sun.nio.cs.StreamDecoder.lockedRead(Unknown Source)
	at java.base@21.0.6/sun.nio.cs.StreamDecoder.read(Unknown Source)
	at java.base@21.0.6/java.io.InputStreamReader.read(Unknown Source)
	at java.base@21.0.6/java.io.Reader.read(Unknown Source)
	at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:148)
	at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:72)
	at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:153)
	at com.intellij.util.io.BaseDataReader$$Lambda/0x00000008009e2a10.run(Unknown Source)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:249)
	at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:48)
	at com.intellij.util.io.BaseDataReader$$Lambda/0x00000008009e27d0.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.FutureTask.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"BaseDataReader: output stream of fsnotifier" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/java.io.FileInputStream.readBytes(Native Method)
	at java.base@21.0.6/java.io.FileInputStream.read(Unknown Source)
	at java.base@21.0.6/java.io.BufferedInputStream.read1(Unknown Source)
	at java.base@21.0.6/java.io.BufferedInputStream.implRead(Unknown Source)
	at java.base@21.0.6/java.io.BufferedInputStream.read(Unknown Source)
	at java.base@21.0.6/sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
	at java.base@21.0.6/sun.nio.cs.StreamDecoder.implRead(Unknown Source)
	at java.base@21.0.6/sun.nio.cs.StreamDecoder.lockedRead(Unknown Source)
	at java.base@21.0.6/sun.nio.cs.StreamDecoder.read(Unknown Source)
	at java.base@21.0.6/java.io.InputStreamReader.read(Unknown Source)
	at java.base@21.0.6/java.io.Reader.read(Unknown Source)
	at com.intellij.util.io.BaseOutputReader.readAvailableBlocking(BaseOutputReader.java:148)
	at com.intellij.util.io.BaseDataReader.readAvailable(BaseDataReader.java:72)
	at com.intellij.util.io.BaseDataReader.doRun(BaseDataReader.java:153)
	at com.intellij.util.io.BaseDataReader$$Lambda/0x00000008009e2a10.run(Unknown Source)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:249)
	at com.intellij.util.io.BaseDataReader.lambda$start$0(BaseDataReader.java:48)
	at com.intellij.util.io.BaseDataReader$$Lambda/0x00000008009e27d0.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.FutureTask.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"AndroidAdbSessionHost" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.poll(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
	at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:249)
	at com.intellij.util.concurrency.BoundedTaskExecutor.access$200(BoundedTaskExecutor.java:30)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.executeFirstTaskAndHelpQueue(BoundedTaskExecutor.java:227)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1$$Lambda/0x00000008009c9510.run(Unknown Source)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:249)
	at com.intellij.util.concurrency.BoundedTaskExecutor$1.run(BoundedTaskExecutor.java:212)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Periodic tasks thread" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

	at java.management@21.0.6/sun.management.ThreadImpl.dumpThreads0(Native Method)
	at java.management@21.0.6/sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
	at java.management@21.0.6/sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
	at com.intellij.diagnostic.ThreadDumper.getThreadInfos(ThreadDumper.java:72)
	at com.intellij.diagnostic.ThreadDumper.getThreadInfos(ThreadDumper.java:43)
	at com.intellij.diagnostic.PerformanceWatcherImpl.dumpThreads(PerformanceWatcherImpl.kt:252)
	at com.intellij.diagnostic.PerformanceWatcherImpl.access$dumpThreads(PerformanceWatcherImpl.kt:69)
	at com.intellij.diagnostic.PerformanceWatcherImpl$asyncInit$4.invokeSuspend$lambda$0(PerformanceWatcherImpl.kt:153)
	at com.intellij.diagnostic.PerformanceWatcherImpl$asyncInit$4$$Lambda/0x000000080080fb38.invoke(Unknown Source)
	at com.intellij.diagnostic.PerformanceWatcherImpl$asyncInit$4.invokeSuspend$lambda$1(PerformanceWatcherImpl.kt:148)
	at com.intellij.diagnostic.PerformanceWatcherImpl$asyncInit$4$$Lambda/0x000000080080a548.accept(Unknown Source)
	at com.intellij.util.concurrency.AppScheduledExecutorService$MyThreadFactory.newThread(AppScheduledExecutorService.java:61)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.<init>(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.addWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.execute(Unknown Source)
	at com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor.execute(AppScheduledExecutorService.java:148)
	at com.intellij.util.concurrency.SchedulingWrapper$MyScheduledFutureTask.executeMeInBackendExecutor(SchedulingWrapper.java:311)
	at com.intellij.util.concurrency.AppDelayQueue$TransferThread.run(AppDelayQueue.java:88)

"Netty Builtin Server 1" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
	at io.netty.channel.nio.NioIoHandler.select(NioIoHandler.java:646)
	at io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:432)
	at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:203)
	at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:174)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1123)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Netty Builtin Server 2" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
	at io.netty.channel.nio.NioIoHandler.select(NioIoHandler.java:646)
	at io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:432)
	at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:203)
	at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:174)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1123)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Netty Builtin Server 3" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
	at io.netty.channel.nio.NioIoHandler.select(NioIoHandler.java:646)
	at io.netty.channel.nio.NioIoHandler.run(NioIoHandler.java:432)
	at io.netty.channel.SingleThreadIoEventLoop.runIo(SingleThreadIoEventLoop.java:203)
	at io.netty.channel.SingleThreadIoEventLoop.run(SingleThreadIoEventLoop.java:174)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:1123)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Device List Monitor" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.SocketDispatcher.read0(Native Method)
	at java.base@21.0.6/sun.nio.ch.SocketDispatcher.read(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.IOUtil.read(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.IOUtil.read(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SocketChannelImpl.read(Unknown Source)
	at com.android.ddmlib.internal.AdbSocketUtils.read(AdbSocketUtils.java:37)
	at com.android.ddmlib.internal.AdbSocketUtils.read(AdbSocketUtils.java:53)
	at com.android.ddmlib.internal.AdbSocketUtils.readLength(AdbSocketUtils.java:66)
	at com.android.ddmlib.internal.DeviceListMonitorTask.run(DeviceListMonitorTask.java:141)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-1" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at aida.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at aida.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:879)
	at aida.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
	at aida.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at aida.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at aida.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-10" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at aida.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at aida.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:879)
	at aida.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
	at aida.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at aida.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at aida.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-2" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at aida.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at aida.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:879)
	at aida.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
	at aida.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at aida.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at aida.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-3" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at aida.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at aida.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:879)
	at aida.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
	at aida.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at aida.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at aida.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-4" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at aida.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at aida.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:879)
	at aida.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
	at aida.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at aida.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at aida.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-5" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at aida.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at aida.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:879)
	at aida.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
	at aida.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at aida.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at aida.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-6" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at aida.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at aida.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:879)
	at aida.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
	at aida.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at aida.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at aida.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-7" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at aida.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at aida.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:879)
	at aida.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
	at aida.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at aida.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at aida.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-8" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at aida.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at aida.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:879)
	at aida.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
	at aida.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at aida.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at aida.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"grpc-nio-worker-ELG-1-9" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at aida.io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:68)
	at aida.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:879)
	at aida.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:526)
	at aida.io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at aida.io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at aida.io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"External Command Listener" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.UnixDomainSockets.accept0(Native Method)
	at java.base@21.0.6/sun.nio.ch.UnixDomainSockets.accept(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.ServerSocketChannelImpl.implAccept(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.ServerSocketChannelImpl.accept(Unknown Source)
	at com.intellij.platform.ide.bootstrap.DirectoryLock.acceptConnections(DirectoryLock.java:351)
	at com.intellij.platform.ide.bootstrap.DirectoryLock$$Lambda/0x0000000800197608.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1191" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.poll(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"process reaper (pid 59037)" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/java.lang.ProcessHandleImpl.waitForProcessExit0(Native Method)
	at java.base@21.0.6/java.lang.ProcessHandleImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)
	at java.base@21.0.6/jdk.internal.misc.InnocuousThread.run(Unknown Source)

"HttpClient-1-SelectorManager" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at platform/java.net.http@21.0.6/jdk.internal.net.http.HttpClientImpl$SelectorManager.run(Unknown Source)

"Monitor" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)
	at java.base@21.0.6/sun.nio.ch.KQueue.poll(Native Method)
	at java.base@21.0.6/sun.nio.ch.KQueueSelectorImpl.doSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.SelectorImpl.select(Unknown Source)
	at com.android.ddmlib.internal.MonitorThread.run(MonitorThread.java:174)

"Reference Handler" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE

	at java.base@21.0.6/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
	at java.base@21.0.6/java.lang.ref.Reference.processPendingReferences(Unknown Source)
	at java.base@21.0.6/java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)

"AWT-AppKit" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)

"Attach Listener" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE


"Notification Thread" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE


"RenderThread" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)

"Signal Dispatcher" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE


"Thread-1506" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)

"Thread-393" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)

"Thread-502" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)

"Thread-832" prio=0 tid=0x0 nid=0x0 runnable
     java.lang.Thread.State: RUNNABLE
 (in native)

"DefaultDispatcher-worker-70" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2517bc43
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at com.android.tools.idea.navigator.nodes.AndroidViewProjectNodeUtil.waitForAnySyncOutcomeInterruptibly$lambda$1(AndroidViewProjectNodeUtil.kt:67)
	at com.android.tools.idea.navigator.nodes.AndroidViewProjectNodeUtil$$Lambda/0x00000008020c5fb8.invoke(Unknown Source)
	at com.android.tools.idea.navigator.nodes.AndroidViewProjectNodeUtil.waitForAnySyncOutcomeInterruptibly$withListener(AndroidViewProjectNodeUtil.kt:53)
	at com.android.tools.idea.navigator.nodes.AndroidViewProjectNodeUtil.waitForAnySyncOutcomeInterruptibly(AndroidViewProjectNodeUtil.kt:60)
	at com.android.tools.idea.navigator.nodes.AndroidViewProjectNodeUtil.maybeWaitForAnySyncOutcomeInterruptibly(AndroidViewProjectNodeUtil.kt:32)
	at com.android.tools.idea.navigator.nodes.AndroidViewProjectNode.getChildren(AndroidViewProjectNode.java:65)
	at com.intellij.ide.util.treeView.AbstractTreeStructureBase.getChildElements(AbstractTreeStructureBase.java:36)
	at com.intellij.ui.tree.StructureTreeModel.getValidChildren(StructureTreeModel.java:424)
	at com.intellij.ui.tree.StructureTreeModel.validateChildren(StructureTreeModel.java:332)
	at com.intellij.ui.tree.StructureTreeModel.getNode(StructureTreeModel.java:326)
	at com.intellij.ui.tree.StructureTreeModel.getChildren(StructureTreeModel.java:348)
	at com.intellij.ui.tree.AsyncTreeModel$CmdGetChildren.computeNode(AsyncTreeModel.java:664)
	at com.intellij.ui.tree.AsyncTreeModel$Command.computeNode(AsyncTreeModel.java:537)
	at com.intellij.ui.tree.AsyncTreeModel$$Lambda/0x0000000801371ed8.get(Unknown Source)
	at com.intellij.util.concurrency.Invoker$Task.run(Invoker.java:363)
	at com.intellij.util.concurrency.CoroutineInvokerDelegate.run(CoroutineInvokerDelegate.kt:38)
	at com.intellij.util.concurrency.Invoker.invokeSafely(Invoker.java:191)
	at com.intellij.util.concurrency.Invoker.lambda$offerSafely$0(Invoker.java:175)
	at com.intellij.util.concurrency.Invoker$$Lambda/0x000000080133e000.run(Unknown Source)
	at com.intellij.util.concurrency.Invoker$Background.lambda$offer$0(Invoker.java:472)
	at com.intellij.util.concurrency.Invoker$Background$$Lambda/0x000000080133e958.run(Unknown Source)
	at com.intellij.util.concurrency.CoroutineInvokerDelegate.offer$lambda$2(CoroutineInvokerDelegate.kt:27)
	at com.intellij.util.concurrency.CoroutineInvokerDelegate$$Lambda/0x000000080133fc50.invoke(Unknown Source)
	at com.intellij.util.concurrency.SequentialBgtCoroutineInvokerDelegate$doLaunch$1.invokeSuspend$lambda$1$lambda$0(CoroutineInvokerDelegate.kt:97)
	at com.intellij.util.concurrency.SequentialBgtCoroutineInvokerDelegate$doLaunch$1$$Lambda/0x000000080133c400.invoke(Unknown Source)
	at com.intellij.util.concurrency.BgtCoroutineInvokerDelegate.withProperContext$lambda$0(CoroutineInvokerDelegate.kt:73)
	at com.intellij.util.concurrency.BgtCoroutineInvokerDelegate$$Lambda/0x0000000801340470.invoke(Unknown Source)
	at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:120)
	at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable$lambda$6(InternalReadAction.kt:110)
	at com.intellij.openapi.application.rw.InternalReadAction$$Lambda/0x0000000800d6dd90.invoke(Unknown Source)
	at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$3$lambda$2$lambda$1(cancellableReadAction.kt:32)
	at com.intellij.openapi.application.rw.CancellableReadActionKt$$Lambda/0x0000000800d71138.run(Unknown Source)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.tryRunReadAction$lambda$11(AnyThreadWriteThreadingSupport.kt:522)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport$$Lambda/0x0000000800d71828.invoke(Unknown Source)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWithTemporaryThreadLocal(AnyThreadWriteThreadingSupport.kt:204)
	at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.tryRunReadAction(AnyThreadWriteThreadingSupport.kt:522)
	at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1064)
	at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$3$lambda$2(cancellableReadAction.kt:30)
	at com.intellij.openapi.application.rw.CancellableReadActionKt$$Lambda/0x0000000800d6e430.run(Unknown Source)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:73)
	at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:152)
	at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal(cancellableReadAction.kt:28)
	at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable(InternalReadAction.kt:109)
	at com.intellij.openapi.application.rw.InternalReadAction.tryReadAction(InternalReadAction.kt:93)
	at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:80)
	at com.intellij.openapi.application.rw.InternalReadAction.access$readLoop(InternalReadAction.kt:17)
	at com.intellij.openapi.application.rw.InternalReadAction$readLoop$1.invokeSuspend(InternalReadAction.kt)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:608)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:873)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:763)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750)

"ApplicationImpl pooled thread 2036" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@d2f2929
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2080" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@30986420
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2086" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@5383aff5
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2088" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@54e8ecf9
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2089" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@20faf12c
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2091" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@53b03877
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2093" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@e9e719e
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2094" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@799a92f0
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2096" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@2b3b6e34
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2097" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@207de7f1
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2098" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@5d9270e1
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2099" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@703274b1
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2100" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@44ede070
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2101" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@307a6429
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2102" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@4028a5f
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2103" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@1c6fcb38
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2104" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@372a46a5
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2105" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@54122745
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2106" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@44d21fea
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2107" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@26862a43
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2108" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@437c5f58
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2109" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@611607d
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2110" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@69937930
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2111" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@7bf9ceda
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2112" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@613955dd
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2113" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@62cce0e1
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2114" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@10644f71
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2115" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@255eccb9
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2116" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@e62e272
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2117" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@bacd0b7
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2118" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@39011974
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2119" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@6ae921e9
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2120" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@73013fb4
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2121" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@1ec5700b
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2122" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@2f3e101e
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2123" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@c7b8a79
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2124" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@76fde8dd
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2125" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@430d8b21
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2126" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@1ceccdbe
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2127" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@4c14b418
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2128" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@55360647
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2129" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@7acdcb43
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2130" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@b67899
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ApplicationImpl pooled thread 2131" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.CompletableFuture$Signaller@69eba8e3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.timedGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at com.android.tools.idea.diagnostics.error.SubmitCrashReportTask.run(SubmitCrashReportTask.java:70)
	at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:497)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:118)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$7(CoreProgressManager.java:548)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080156ea00.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569d48.compute(Unknown Source)
	at com.intellij.openapi.progress.ProgressManager.lambda$runProcess$0(ProgressManager.java:98)
	at com.intellij.openapi.progress.ProgressManager$$Lambda/0x00000008010967d8.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$1(CoreProgressManager.java:229)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x000000080109e690.invoke(Unknown Source)
	at com.intellij.platform.diagnostic.telemetry.helpers.TraceKt.use(trace.kt:43)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097110.run(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$14(CoreProgressManager.java:680)
	at com.intellij.openapi.progress.impl.CoreProgressManager$$Lambda/0x0000000801097c28.compute(Unknown Source)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:755)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:711)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:679)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:77)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:209)
	at com.intellij.openapi.progress.ProgressManager.runProcess(ProgressManager.java:98)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$5(ProgressRunner.java:252)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x000000080156f548.apply(Unknown Source)
	at com.intellij.openapi.progress.impl.ProgressRunner$ProgressRunnable.run(ProgressRunner.java:513)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$18(ProgressRunner.java:478)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569470.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$launchTask$19(ProgressRunner.java:474)
	at com.intellij.openapi.progress.impl.ProgressRunner$$Lambda/0x0000000801569000.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"DefaultDispatcher-worker-15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.CompletableFuture$Signaller@34867d49
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.waitingGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at platform/java.net.http@21.0.6/jdk.internal.net.http.HttpClientImpl.send(Unknown Source)
	at platform/java.net.http@21.0.6/jdk.internal.net.http.HttpClientFacade.send(Unknown Source)
	at com.intellij.diagnostic.ITNProxy.post(ITNProxy.kt:215)
	at com.intellij.diagnostic.ITNProxy.sendError(ITNProxy.kt:114)
	at com.intellij.diagnostic.ITNReporter$submit$2$reportId$1.invokeSuspend(ITNReporter.kt:95)
	at com.intellij.diagnostic.ITNReporter$submit$2$reportId$1.invoke(ITNReporter.kt)
	at com.intellij.diagnostic.ITNReporter$submit$2$reportId$1.invoke(ITNReporter.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:163)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at com.intellij.platform.util.progress.ProgressPipeImpl.collectProgressUpdates(ProgressPipe.kt:43)
	at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
	at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invoke(PlatformTaskSupport.kt)
	at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invoke(PlatformTaskSupport.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:155)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
	at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invoke(PlatformTaskSupport.kt)
	at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invoke(PlatformTaskSupport.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:261)
	at com.intellij.openapi.progress.impl.PlatformTaskSupport.withBackgroundProgressInternal(PlatformTaskSupport.kt:92)
	at com.intellij.platform.ide.progress.TasksKt.withBackgroundProgress(tasks.kt:79)
	at com.intellij.platform.ide.progress.TasksKt.withBackgroundProgress(tasks.kt:22)
	at com.intellij.diagnostic.ITNReporter$submit$2.invokeSuspend(ITNReporter.kt:94)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:111)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:99)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:608)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:873)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:763)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750)

"DefaultDispatcher-worker-65" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.CompletableFuture$Signaller@62aadccd
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.waitingGet(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.CompletableFuture.get(Unknown Source)
	at platform/java.net.http@21.0.6/jdk.internal.net.http.HttpClientImpl.send(Unknown Source)
	at platform/java.net.http@21.0.6/jdk.internal.net.http.HttpClientFacade.send(Unknown Source)
	at com.intellij.diagnostic.ITNProxy.post(ITNProxy.kt:215)
	at com.intellij.diagnostic.ITNProxy.sendError(ITNProxy.kt:114)
	at com.intellij.diagnostic.ITNReporter$submit$2$reportId$1.invokeSuspend(ITNReporter.kt:95)
	at com.intellij.diagnostic.ITNReporter$submit$2$reportId$1.invoke(ITNReporter.kt)
	at com.intellij.diagnostic.ITNReporter$submit$2$reportId$1.invoke(ITNReporter.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:163)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at com.intellij.platform.util.progress.ProgressPipeImpl.collectProgressUpdates(ProgressPipe.kt:43)
	at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
	at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invoke(PlatformTaskSupport.kt)
	at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invoke(PlatformTaskSupport.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62)
	at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:155)
	at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
	at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
	at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invoke(PlatformTaskSupport.kt)
	at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invoke(PlatformTaskSupport.kt)
	at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62)
	at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:261)
	at com.intellij.openapi.progress.impl.PlatformTaskSupport.withBackgroundProgressInternal(PlatformTaskSupport.kt:92)
	at com.intellij.platform.ide.progress.TasksKt.withBackgroundProgress(tasks.kt:79)
	at com.intellij.platform.ide.progress.TasksKt.withBackgroundProgress(tasks.kt:22)
	at com.intellij.diagnostic.ITNReporter$submit$2.invokeSuspend(ITNReporter.kt:94)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(LimitedDispatcher.kt:111)
	at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:99)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:608)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:873)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:763)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750)

"fsnotifier" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@27255643
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.lang.ProcessImpl.waitFor(Unknown Source)
	at com.intellij.execution.process.ProcessWaitFor.lambda$new$0(ProcessWaitFor.java:28)
	at com.intellij.execution.process.ProcessWaitFor$$Lambda/0x00000008009e1310.run(Unknown Source)
	at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:249)
	at com.intellij.execution.process.ProcessWaitFor.lambda$new$1(ProcessWaitFor.java:23)
	at com.intellij.execution.process.ProcessWaitFor$$Lambda/0x00000008009e0eb0.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.FutureTask.run(Unknown Source)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:102)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:108)
	at com.intellij.util.concurrency.ChildContext.runInChildContext(propagation.kt:102)
	at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"AWTThreading pool-1-thread-3" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@6acb803d
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30782" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30785" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30786" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30787" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30788" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30789" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30790" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30791" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30792" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30793" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30794" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30795" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30796" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30797" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30798" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30799" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30800" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30801" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"I/O pool 30802" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@1d82c9f3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.executePrivileged(Unknown Source)
	at java.base@21.0.6/java.security.AccessController.doPrivileged(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"CompletableFutureDelayScheduler" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7add3a3f
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Coroutines Debugger Cleaner" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4b507923
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.await(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.remove0(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at kotlinx.coroutines.debug.internal.ConcurrentWeakMap.runWeakRefQueueCleaningLoopUntilInterrupted(ConcurrentWeakMap.kt:69)
	at kotlinx.coroutines.debug.internal.DebugProbesImpl$startWeakRefCleanerThread$1.invoke(DebugProbesImpl.kt:92)
	at kotlinx.coroutines.debug.internal.DebugProbesImpl$startWeakRefCleanerThread$1.invoke(DebugProbesImpl.kt:91)
	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)

"Thread-1182" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1183" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1184" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1185" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1186" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1187" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1188" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1189" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1190" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1192" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1193" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1194" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1195" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1196" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1197" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.AsynchronousChannelGroupImpl$1.run(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1199" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@33015232
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"grpc-shared-destroyer-0" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5e97adf3
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"pool-14-thread-1" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3d1b6cf4
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Aux Index Writer #1" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7dfc868e
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"CLang Server Accessor [indexer-stateless]" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@452bfe36
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"CLang Server Accessor [main]" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@52e8121a
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"IdIndex Writer #0" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@d81f17f
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Java2D Disposer" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5368760d
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.await(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.remove0(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.desktop@21.0.6/sun.java2d.Disposer.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Kernel event loop thread vf6b8hu8v4ke9dnu4o1v" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@a8fdacd
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Layoutlib Render Thread" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4e26e5c9
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.PriorityBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Stubs Writer #2" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@164ca04e
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Trigram.Index Writer #1" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@26c251bb
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"process reaper" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@370b8a1d
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)
	at java.base@21.0.6/jdk.internal.misc.InnocuousThread.run(Unknown Source)

"process reaper" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@370b8a1d
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)
	at java.base@21.0.6/jdk.internal.misc.InnocuousThread.run(Unknown Source)

"process reaper" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@370b8a1d
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)
	at java.base@21.0.6/jdk.internal.misc.InnocuousThread.run(Unknown Source)

"process reaper" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@370b8a1d
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)
	at java.base@21.0.6/jdk.internal.misc.InnocuousThread.run(Unknown Source)

"HttpClient-1-Worker-0" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@c8a9fa7
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"HttpClient-1-Worker-1" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@c8a9fa7
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"HttpClient-1-Worker-2" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@c8a9fa7
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"HttpClient-1-Worker-3" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.SynchronousQueue$Transferer@c8a9fa7
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedTransferQueue$DualNode.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue$Transferer.xferLifo(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.xfer(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.SynchronousQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"main" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on kotlinx.coroutines.BlockingCoroutine@595ab667
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:120)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$BuildersKt__BuildersKt(Builders.kt:84)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:52)
	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
	at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
	at com.intellij.idea.Main.mainImpl(Main.kt:72)
	at com.intellij.idea.Main.main(Main.kt:47)
	at com.android.tools.idea.MainWrapper.main(MainWrapper.java:38)

"Cleaner-0" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@24ca4615
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.await(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.remove0(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.base@21.0.6/jdk.internal.ref.CleanerImpl.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)
	at java.base@21.0.6/jdk.internal.misc.InnocuousThread.run(Unknown Source)

"Common-Cleaner" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@424eb5f9
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.await(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.remove0(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at java.base@21.0.6/jdk.internal.ref.CleanerImpl.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)
	at java.base@21.0.6/jdk.internal.misc.InnocuousThread.run(Unknown Source)

"JavaCPP Deallocator" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7139966a
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.await(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.remove0(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at org.bytedeco.javacpp.Pointer$DeallocatorThread.run(Pointer.java:391)

"PeriodicMetricReader" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5b18b453
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-108" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3a1145f1
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-1181" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@57de0c8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Thread-80" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@71d02bba
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.park(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ArrayBlockingQueue.take(Unknown Source)
	at java.base@21.0.6/sun.nio.ch.KQueuePort$EventHandlerTask.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"grpc-timer-0" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@a5f49a
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ClangdRequestsPlanner [indexer-stateless]" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.atomic.AtomicBoolean@1dea7bb
	at java.base@21.0.6/java.lang.Object.wait0(Native Method)
	at java.base@21.0.6/java.lang.Object.wait(Unknown Source)
	at java.base@21.0.6/java.lang.Object.wait(Unknown Source)
	at com.jetbrains.cidr.lang.daemon.clang.clangd.lsp.ClangdRequestsPlanner.waitForEvent(ClangdRequestsPlanner.java:172)
	at com.jetbrains.cidr.lang.daemon.clang.clangd.lsp.ClangdRequestsPlanner$ExecutorRunnable.run(ClangdRequestsPlanner.java:282)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"ClangdRequestsPlanner [main]" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.atomic.AtomicBoolean@4f85d3d2
	at java.base@21.0.6/java.lang.Object.wait0(Native Method)
	at java.base@21.0.6/java.lang.Object.wait(Unknown Source)
	at java.base@21.0.6/java.lang.Object.wait(Unknown Source)
	at com.jetbrains.cidr.lang.daemon.clang.clangd.lsp.ClangdRequestsPlanner.waitForEvent(ClangdRequestsPlanner.java:172)
	at com.jetbrains.cidr.lang.daemon.clang.clangd.lsp.ClangdRequestsPlanner$ExecutorRunnable.run(ClangdRequestsPlanner.java:282)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Reference Cleaner" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@cd1219f
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.await(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.remove0(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at org.jetbrains.skia.impl.Cleaner$1.invoke(Managed.jvm.kt:131)
	at org.jetbrains.skia.impl.Cleaner$1.invoke(Managed.jvm.kt:129)
	at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)

"pool-4-thread-7" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@8fe4d
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.LinkedBlockingQueue.poll(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Finalizer" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.ref.NativeReferenceQueue$Lock@239d53df
	at java.base@21.0.6/java.lang.Object.wait0(Native Method)
	at java.base@21.0.6/java.lang.Object.wait(Unknown Source)
	at java.base@21.0.6/java.lang.Object.wait(Unknown Source)
	at java.base@21.0.6/java.lang.ref.NativeReferenceQueue.await(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.remove0(Unknown Source)
	at java.base@21.0.6/java.lang.ref.NativeReferenceQueue.remove(Unknown Source)
	at java.base@21.0.6/java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)

"JNA Cleaner" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@509afe83
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.await(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.remove0(Unknown Source)
	at java.base@21.0.6/java.lang.ref.ReferenceQueue.remove(Unknown Source)
	at com.sun.jna.internal.Cleaner$CleanerThread.run(Cleaner.java:154)

"TimerQueue" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3901d4d8
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.DelayQueue.take(Unknown Source)
	at java.desktop@21.0.6/javax.swing.TimerQueue.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"AWT-Shutdown" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.lang.Object@7493e714
	at java.base@21.0.6/java.lang.Object.wait0(Native Method)
	at java.base@21.0.6/java.lang.Object.wait(Unknown Source)
	at java.base@21.0.6/java.lang.Object.wait(Unknown Source)
	at java.desktop@21.0.6/sun.awt.AWTAutoShutdown.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"JVMResponsivenessMonitor" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@21.0.6/java.lang.Thread.sleep0(Native Method)
	at java.base@21.0.6/java.lang.Thread.sleep(Unknown Source)
	at com.intellij.diagnostic.JVMResponsivenessMonitor.samplingLoop(JVMResponsivenessMonitor.java:107)
	at com.intellij.diagnostic.JVMResponsivenessMonitor$$Lambda/0x000000080084c260.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Keep-Alive-Timer" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING

	at java.base@21.0.6/java.lang.Thread.sleep0(Native Method)
	at java.base@21.0.6/java.lang.Thread.sleep(Unknown Source)
	at java.base@21.0.6/sun.net.www.http.KeepAliveCache.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)
	at java.base@21.0.6/jdk.internal.misc.InnocuousThread.run(Unknown Source)

"Java2D Queue Flusher" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on sun.java2d.metal.MTLRenderQueue$QueueFlusher@2745899a
	at java.base@21.0.6/java.lang.Object.wait0(Native Method)
	at java.base@21.0.6/java.lang.Object.wait(Unknown Source)
	at java.desktop@21.0.6/sun.java2d.metal.MTLRenderQueue$QueueFlusher.run(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Timer-0" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.TaskQueue@43c573e8
	at java.base@21.0.6/java.lang.Object.wait0(Native Method)
	at java.base@21.0.6/java.lang.Object.wait(Unknown Source)
	at java.base@21.0.6/java.lang.Object.wait(Unknown Source)
	at java.base@21.0.6/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base@21.0.6/java.util.TimerThread.run(Unknown Source)

"kotlinx.coroutines.DefaultExecutor" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on kotlinx.coroutines.DefaultExecutor@66abde9
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
	at kotlinx.coroutines.DefaultExecutor.run(DefaultExecutor.kt:118)
	at java.base@21.0.6/java.lang.Thread.runWith(Unknown Source)
	at java.base@21.0.6/java.lang.Thread.run(Unknown Source)

"Cidr Symbol Building Thread (16)" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@648cef54
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"DataStoreReportTimer" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.TaskQueue@133a3800
	at java.base@21.0.6/java.lang.Object.wait0(Native Method)
	at java.base@21.0.6/java.lang.Object.wait(Unknown Source)
	at java.base@21.0.6/java.util.TimerThread.mainLoop(Unknown Source)
	at java.base@21.0.6/java.util.TimerThread.run(Unknown Source)

"JobScheduler FJ pool 0/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: TIMED_WAITING
 on java.util.concurrent.ForkJoinPool@5c9cc964
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 1/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@5c9cc964
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 10/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@5c9cc964
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 11/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@5c9cc964
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 12/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@5c9cc964
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 13/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@5c9cc964
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 14/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@5c9cc964
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 2/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@5c9cc964
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 3/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@5c9cc964
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 4/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@5c9cc964
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 5/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@5c9cc964
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 6/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@5c9cc964
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 7/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@5c9cc964
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 8/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@5c9cc964
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

"JobScheduler FJ pool 9/15" prio=0 tid=0x0 nid=0x0 waiting on condition
     java.lang.Thread.State: WAITING
 on java.util.concurrent.ForkJoinPool@5c9cc964
	at java.base@21.0.6/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
	at java.base@21.0.6/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)


---------- Coroutine dump (stripped) ----------

- BlockingCoroutine{Active}@595ab667 [BlockingEventLoop@51593047]
	- StandaloneCoroutine{Active} [BlockingEventLoop@51593047]
		- "Changes processing job for Kernel@vf6b8hu8v4ke9dnu4o1v":StandaloneCoroutine{Active} [ThreadLocal(value=fleet.tracing.runtime.Span$Noop@3a1d8c0b, threadLocal = java.lang.ThreadLocal@e5a118a), kotlinx.coroutines.UndispatchedMarker@322ec1b9, java.util.concurrent.Executors$AutoShutdownDelegatedExecutorService@6b97b9f1]
		- "withKernel":StandaloneCoroutine{Active} [kotlinx.coroutines.UndispatchedMarker@322ec1b9, Kernel@vf6b8hu8v4ke9dnu4o1v, DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ThreadLocal(value=fleet.tracing.runtime.Span$Noop@3a1d8c0b, threadLocal = java.lang.ThreadLocal@e5a118a), Dispatchers.Unconfined]
		- "withKernel":StandaloneCoroutine{Active} [kotlinx.coroutines.UndispatchedMarker@322ec1b9, Kernel@vf6b8hu8v4ke9dnu4o1v, DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ThreadLocal(value=fleet.tracing.runtime.Span$Noop@3a1d8c0b, threadLocal = java.lang.ThreadLocal@e5a118a), BlockingEventLoop@51593047]
			- "withKernel":ProducerCoroutine{Active} [kotlinx.coroutines.UndispatchedMarker@322ec1b9, Kernel@vf6b8hu8v4ke9dnu4o1v, DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ThreadLocal(value=fleet.tracing.runtime.Span$Noop@3a1d8c0b, threadLocal = java.lang.ThreadLocal@e5a118a), BlockingEventLoop@51593047]
				- "withKernel":ProducerCoroutine{Active} [kotlinx.coroutines.UndispatchedMarker@322ec1b9, Kernel@vf6b8hu8v4ke9dnu4o1v, DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ThreadLocal(value=fleet.tracing.runtime.Span$Noop@3a1d8c0b, threadLocal = java.lang.ThreadLocal@e5a118a), BlockingEventLoop@51593047]
	- "Application":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v)]
		- "ApplicationImpl@196461704 container":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.jetbrains.plugins.textmate)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "org.jetbrains.plugins.textmate.TextMateServiceImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.copyright)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.platform.images)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.modules.json)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.jetbrains.plugins.yaml)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.intellij.plugins.markdown)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.intellij.plugins.markdown))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, uninitialized, ModalityState.ANY]
			- "(ApplicationImpl@196461704 x org.jetbrains.plugins.terminal)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.plugins.terminal))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.terminal.block.GenOneTerminalOptionHidingActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			-[x2 of] "(ApplicationImpl@196461704 x org.jetbrains.plugins.terminal)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.properties)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.gradle)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "org.jetbrains.plugins.gradle.startup.GradleProjectSettingsUpdater":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "org.jetbrains.plugins.gradle.service.project.GradleHeadlessLoggingProjectActivity":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "org.jetbrains.plugins.gradle.service.GradleFileModificationTracker":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.gradle.service.GradleFileModificationTracker":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
						at org.jetbrains.plugins.gradle.service.GradleFileModificationTracker$1.invokeSuspend(GradleFileModificationTracker.kt:42)
						- "org.jetbrains.plugins.gradle.service.GradleFileModificationTracker":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij.gradle))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.gradle.service.project.GradleStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.gradle.service.project.GradleVersionUpdateStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.gradle.service.project.GradleHeadlessLoggingProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.cidr.debugger)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.cidr.base)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.jetbrains.cidr.fus.ProjectStatusWidgetCollectorService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.fus.ProjectStatusWidgetCollectorService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.jetbrains.cidr.fus.ProjectStatusWidgetCollectorService$startCollectingProjectStateWhenTyped$1.invokeSuspend(ProjectStatusWidgetCollector.kt:212)
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij.cidr.base))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.editor.CidrSettingCorrectionOnStartup":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.workspace.OCWorkspaceImpl$InitializationActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.project.ui.notifications.AddFocusListenerForNotificationsActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.cidr.lang.clangd)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij.cidr.lang.clangd))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.highlighting.ClangPPMatchingHighlighter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.daemon.clang.clangd.startup.ClangProjectScanStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.daemon.clang.clangd.startup.ClangdStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.daemon.clang.clangd.startup.ClangTidyUpdateStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.cidr.lang.clangd)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.jetbrains.cidr.lang.dfa.statistics.DfaStatisticService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.cidr.lang)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.cidr.lang.clangdBridge)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij.cidr.lang.clangdBridge))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.daemon.clang.clangd.startup.ClangdBridgeStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.jetbrains.sh)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			-[x10 of] "(ApplicationImpl@196461704 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.vfs.AsyncVfsEventsPostProcessorImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.vfs.AsyncVfsEventsPostProcessorImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.vfs.AsyncVfsEventsPostProcessorImpl$1.invokeSuspend(AsyncVfsEventsPostProcessorImpl.kt:31)
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.impl.VcsInitialization$StartUpActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.changes.shelf.ShelveChangeManagerProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.update.RestoreUpdateTree$RestoreUpdateTreeStartUpActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.ChangesToolwindowPassCache":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.completion.ml.ranking)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.vcs.log.impl.VcsProjectLog$InitLogStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.history.integration.LocalHistoryImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.history.integration.LocalHistoryImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.history.integration.LocalHistoryImpl$init$3.invokeSuspend(LocalHistoryImpl.kt:101)
			- "(ApplicationImpl@196461704 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.database.datagrid.DataGridStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.execution.serviceView.ServiceViewStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.platform.rpc.backend.impl.RemoteApiRegistry":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.platform.kernel.backend.BackendKernelService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.kernel.backend.BackendKernelService":StandaloneCoroutine{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						- "KernelCoroutineScope":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							- "RemoteKernelScope":supervisor:ChildScope{Active} [ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), Dispatchers.Default]
							-[x46 of] "com.intellij.openapi.progress.impl.PlatformTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), kotlinx.coroutines.UndispatchedMarker@322ec1b9, Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at com.intellij.openapi.progress.impl.PlatformTaskSupport$subscribeToTaskCancellation$1.invokeSuspend(PlatformTaskSupport.kt:176)
							-[x46 of] "com.intellij.openapi.progress.impl.PlatformTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), kotlinx.coroutines.UndispatchedMarker@322ec1b9, Dispatchers.Default]
								at com.intellij.openapi.progress.impl.PlatformTaskSupport$subscribeToTaskUpdates$1.invokeSuspend(PlatformTaskSupport.kt:255)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4fc2aec7 NodeId(id=116178865356800) (kotlin.Unit, (51 536875173)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4fc2aec7 NodeId(id=116178865356800) (kotlin.Unit, (51 536875173)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4fc2aec7 NodeId(id=116178865356800) (kotlin.Unit, (51 536875173)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4fc2aec7 NodeId(id=116178865356800) (kotlin.Unit, (51 536875173)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4fc2aec7 NodeId(id=116178865356800) (kotlin.Unit, (51 536875173)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4fc2aec7 NodeId(id=116178865356800) (kotlin.Unit, (51 536875173)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4a2470b6 NodeId(id=116183160324096) (kotlin.Unit, (51 536875172)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4a2470b6 NodeId(id=116183160324096) (kotlin.Unit, (51 536875172)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4a2470b6 NodeId(id=116183160324096) (kotlin.Unit, (51 536875172)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4a2470b6 NodeId(id=116183160324096) (kotlin.Unit, (51 536875172)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4a2470b6 NodeId(id=116183160324096) (kotlin.Unit, (51 536875172)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4a2470b6 NodeId(id=116183160324096) (kotlin.Unit, (51 536875172)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							-[x44 of] "com.intellij.openapi.progress.impl.PlatformTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), kotlinx.coroutines.UndispatchedMarker@322ec1b9, Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupport$subscribeToTaskSuspensionChanges$1.invokeSuspend(PlatformTaskSupport.kt:200)
								- "com.intellij.openapi.progress.impl.PlatformTaskSupport":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), kotlinx.coroutines.UndispatchedMarker@322ec1b9, Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@76e08ddb NodeId(id=116217520062464) (kotlin.Unit, (51 536875174)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@76e08ddb NodeId(id=116217520062464) (kotlin.Unit, (51 536875174)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@76e08ddb NodeId(id=116217520062464) (kotlin.Unit, (51 536875174)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@76e08ddb NodeId(id=116217520062464) (kotlin.Unit, (51 536875174)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@76e08ddb NodeId(id=116217520062464) (kotlin.Unit, (51 536875174)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@76e08ddb NodeId(id=116217520062464) (kotlin.Unit, (51 536875174)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2fcb3d8c NodeId(id=116238994898944) (kotlin.Unit, (51 536875175)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2fcb3d8c NodeId(id=116238994898944) (kotlin.Unit, (51 536875175)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2fcb3d8c NodeId(id=116238994898944) (kotlin.Unit, (51 536875175)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2fcb3d8c NodeId(id=116238994898944) (kotlin.Unit, (51 536875175)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2fcb3d8c NodeId(id=116238994898944) (kotlin.Unit, (51 536875175)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2fcb3d8c NodeId(id=116238994898944) (kotlin.Unit, (51 536875175)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@75250a24 NodeId(id=116264764702720) (kotlin.Unit, (51 536875176)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@75250a24 NodeId(id=116264764702720) (kotlin.Unit, (51 536875176)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@75250a24 NodeId(id=116264764702720) (kotlin.Unit, (51 536875176)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@75250a24 NodeId(id=116264764702720) (kotlin.Unit, (51 536875176)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@75250a24 NodeId(id=116264764702720) (kotlin.Unit, (51 536875176)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@75250a24 NodeId(id=116264764702720) (kotlin.Unit, (51 536875176)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1ced75f6 NodeId(id=116299124441088) (kotlin.Unit, (51 536875177)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1ced75f6 NodeId(id=116299124441088) (kotlin.Unit, (51 536875177)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1ced75f6 NodeId(id=116299124441088) (kotlin.Unit, (51 536875177)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1ced75f6 NodeId(id=116299124441088) (kotlin.Unit, (51 536875177)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1ced75f6 NodeId(id=116299124441088) (kotlin.Unit, (51 536875177)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1ced75f6 NodeId(id=116299124441088) (kotlin.Unit, (51 536875177)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6e91bde5 NodeId(id=116320599277568) (kotlin.Unit, (51 536875178)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6e91bde5 NodeId(id=116320599277568) (kotlin.Unit, (51 536875178)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6e91bde5 NodeId(id=116320599277568) (kotlin.Unit, (51 536875178)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6e91bde5 NodeId(id=116320599277568) (kotlin.Unit, (51 536875178)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6e91bde5 NodeId(id=116320599277568) (kotlin.Unit, (51 536875178)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6e91bde5 NodeId(id=116320599277568) (kotlin.Unit, (51 536875178)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1840cae6 NodeId(id=116350664048640) (kotlin.Unit, (51 536875179)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1840cae6 NodeId(id=116350664048640) (kotlin.Unit, (51 536875179)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1840cae6 NodeId(id=116350664048640) (kotlin.Unit, (51 536875179)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1840cae6 NodeId(id=116350664048640) (kotlin.Unit, (51 536875179)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1840cae6 NodeId(id=116350664048640) (kotlin.Unit, (51 536875179)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1840cae6 NodeId(id=116350664048640) (kotlin.Unit, (51 536875179)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45e987e0 NodeId(id=116372138885120) (kotlin.Unit, (51 536875180)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45e987e0 NodeId(id=116372138885120) (kotlin.Unit, (51 536875180)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45e987e0 NodeId(id=116372138885120) (kotlin.Unit, (51 536875180)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45e987e0 NodeId(id=116372138885120) (kotlin.Unit, (51 536875180)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45e987e0 NodeId(id=116372138885120) (kotlin.Unit, (51 536875180)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45e987e0 NodeId(id=116372138885120) (kotlin.Unit, (51 536875180)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@325c086e NodeId(id=116397908688896) (kotlin.Unit, (51 536875181)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@325c086e NodeId(id=116397908688896) (kotlin.Unit, (51 536875181)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@325c086e NodeId(id=116397908688896) (kotlin.Unit, (51 536875181)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@325c086e NodeId(id=116397908688896) (kotlin.Unit, (51 536875181)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@325c086e NodeId(id=116397908688896) (kotlin.Unit, (51 536875181)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@325c086e NodeId(id=116397908688896) (kotlin.Unit, (51 536875181)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@51c1f555 NodeId(id=116423678492672) (kotlin.Unit, (51 536875182)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@51c1f555 NodeId(id=116423678492672) (kotlin.Unit, (51 536875182)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@51c1f555 NodeId(id=116423678492672) (kotlin.Unit, (51 536875182)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@51c1f555 NodeId(id=116423678492672) (kotlin.Unit, (51 536875182)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@51c1f555 NodeId(id=116423678492672) (kotlin.Unit, (51 536875182)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@51c1f555 NodeId(id=116423678492672) (kotlin.Unit, (51 536875182)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4f481271 NodeId(id=116449448296448) (kotlin.Unit, (51 536875183)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4f481271 NodeId(id=116449448296448) (kotlin.Unit, (51 536875183)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4f481271 NodeId(id=116449448296448) (kotlin.Unit, (51 536875183)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4f481271 NodeId(id=116449448296448) (kotlin.Unit, (51 536875183)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4f481271 NodeId(id=116449448296448) (kotlin.Unit, (51 536875183)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4f481271 NodeId(id=116449448296448) (kotlin.Unit, (51 536875183)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@46975aff NodeId(id=116479513067520) (kotlin.Unit, (51 536875184)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@46975aff NodeId(id=116479513067520) (kotlin.Unit, (51 536875184)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@46975aff NodeId(id=116479513067520) (kotlin.Unit, (51 536875184)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@46975aff NodeId(id=116479513067520) (kotlin.Unit, (51 536875184)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@46975aff NodeId(id=116479513067520) (kotlin.Unit, (51 536875184)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@46975aff NodeId(id=116479513067520) (kotlin.Unit, (51 536875184)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@14da253b NodeId(id=116505282871296) (kotlin.Unit, (51 536875185)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@14da253b NodeId(id=116505282871296) (kotlin.Unit, (51 536875185)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@14da253b NodeId(id=116505282871296) (kotlin.Unit, (51 536875185)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@14da253b NodeId(id=116505282871296) (kotlin.Unit, (51 536875185)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@14da253b NodeId(id=116505282871296) (kotlin.Unit, (51 536875185)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@14da253b NodeId(id=116505282871296) (kotlin.Unit, (51 536875185)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4aef01a8 NodeId(id=116526757707776) (kotlin.Unit, (51 536875186)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4aef01a8 NodeId(id=116526757707776) (kotlin.Unit, (51 536875186)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4aef01a8 NodeId(id=116526757707776) (kotlin.Unit, (51 536875186)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4aef01a8 NodeId(id=116526757707776) (kotlin.Unit, (51 536875186)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4aef01a8 NodeId(id=116526757707776) (kotlin.Unit, (51 536875186)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4aef01a8 NodeId(id=116526757707776) (kotlin.Unit, (51 536875186)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45bb591e NodeId(id=116556822478848) (kotlin.Unit, (51 536875187)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45bb591e NodeId(id=116556822478848) (kotlin.Unit, (51 536875187)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45bb591e NodeId(id=116556822478848) (kotlin.Unit, (51 536875187)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45bb591e NodeId(id=116556822478848) (kotlin.Unit, (51 536875187)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45bb591e NodeId(id=116556822478848) (kotlin.Unit, (51 536875187)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45bb591e NodeId(id=116556822478848) (kotlin.Unit, (51 536875187)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3987b3f4 NodeId(id=116574002348032) (kotlin.Unit, (51 536875188)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3987b3f4 NodeId(id=116574002348032) (kotlin.Unit, (51 536875188)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3987b3f4 NodeId(id=116574002348032) (kotlin.Unit, (51 536875188)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3987b3f4 NodeId(id=116574002348032) (kotlin.Unit, (51 536875188)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3987b3f4 NodeId(id=116574002348032) (kotlin.Unit, (51 536875188)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3987b3f4 NodeId(id=116574002348032) (kotlin.Unit, (51 536875188)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c31ba02 NodeId(id=116591182217216) (kotlin.Unit, (51 536875189)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c31ba02 NodeId(id=116591182217216) (kotlin.Unit, (51 536875189)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c31ba02 NodeId(id=116591182217216) (kotlin.Unit, (51 536875189)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c31ba02 NodeId(id=116591182217216) (kotlin.Unit, (51 536875189)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c31ba02 NodeId(id=116591182217216) (kotlin.Unit, (51 536875189)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c31ba02 NodeId(id=116591182217216) (kotlin.Unit, (51 536875189)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4e61166d NodeId(id=116604067119104) (kotlin.Unit, (51 536875190)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4e61166d NodeId(id=116604067119104) (kotlin.Unit, (51 536875190)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4e61166d NodeId(id=116604067119104) (kotlin.Unit, (51 536875190)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4e61166d NodeId(id=116604067119104) (kotlin.Unit, (51 536875190)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4e61166d NodeId(id=116604067119104) (kotlin.Unit, (51 536875190)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4e61166d NodeId(id=116604067119104) (kotlin.Unit, (51 536875190)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@518dd516 NodeId(id=116625541955584) (kotlin.Unit, (51 536875191)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@518dd516 NodeId(id=116625541955584) (kotlin.Unit, (51 536875191)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@518dd516 NodeId(id=116625541955584) (kotlin.Unit, (51 536875191)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@518dd516 NodeId(id=116625541955584) (kotlin.Unit, (51 536875191)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@518dd516 NodeId(id=116625541955584) (kotlin.Unit, (51 536875191)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@518dd516 NodeId(id=116625541955584) (kotlin.Unit, (51 536875191)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5591d4c0 NodeId(id=116642721824768) (kotlin.Unit, (51 536875192)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5591d4c0 NodeId(id=116642721824768) (kotlin.Unit, (51 536875192)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5591d4c0 NodeId(id=116642721824768) (kotlin.Unit, (51 536875192)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5591d4c0 NodeId(id=116642721824768) (kotlin.Unit, (51 536875192)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5591d4c0 NodeId(id=116642721824768) (kotlin.Unit, (51 536875192)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5591d4c0 NodeId(id=116642721824768) (kotlin.Unit, (51 536875192)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@248195da NodeId(id=116659901693952) (kotlin.Unit, (51 536875193)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@248195da NodeId(id=116659901693952) (kotlin.Unit, (51 536875193)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@248195da NodeId(id=116659901693952) (kotlin.Unit, (51 536875193)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@248195da NodeId(id=116659901693952) (kotlin.Unit, (51 536875193)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@248195da NodeId(id=116659901693952) (kotlin.Unit, (51 536875193)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@248195da NodeId(id=116659901693952) (kotlin.Unit, (51 536875193)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@62952d59 NodeId(id=116677081563136) (kotlin.Unit, (51 536875194)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@62952d59 NodeId(id=116677081563136) (kotlin.Unit, (51 536875194)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@62952d59 NodeId(id=116677081563136) (kotlin.Unit, (51 536875194)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@62952d59 NodeId(id=116677081563136) (kotlin.Unit, (51 536875194)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@62952d59 NodeId(id=116677081563136) (kotlin.Unit, (51 536875194)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@62952d59 NodeId(id=116677081563136) (kotlin.Unit, (51 536875194)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5d8f6178 NodeId(id=116694261432320) (kotlin.Unit, (51 536875195)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5d8f6178 NodeId(id=116694261432320) (kotlin.Unit, (51 536875195)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5d8f6178 NodeId(id=116694261432320) (kotlin.Unit, (51 536875195)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5d8f6178 NodeId(id=116694261432320) (kotlin.Unit, (51 536875195)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5d8f6178 NodeId(id=116694261432320) (kotlin.Unit, (51 536875195)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5d8f6178 NodeId(id=116694261432320) (kotlin.Unit, (51 536875195)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@66389dd NodeId(id=116711441301504) (kotlin.Unit, (51 536875196)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@66389dd NodeId(id=116711441301504) (kotlin.Unit, (51 536875196)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@66389dd NodeId(id=116711441301504) (kotlin.Unit, (51 536875196)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@66389dd NodeId(id=116711441301504) (kotlin.Unit, (51 536875196)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@66389dd NodeId(id=116711441301504) (kotlin.Unit, (51 536875196)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@66389dd NodeId(id=116711441301504) (kotlin.Unit, (51 536875196)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2ee4f38e NodeId(id=116728621170688) (kotlin.Unit, (51 536875197)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2ee4f38e NodeId(id=116728621170688) (kotlin.Unit, (51 536875197)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2ee4f38e NodeId(id=116728621170688) (kotlin.Unit, (51 536875197)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2ee4f38e NodeId(id=116728621170688) (kotlin.Unit, (51 536875197)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2ee4f38e NodeId(id=116728621170688) (kotlin.Unit, (51 536875197)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2ee4f38e NodeId(id=116728621170688) (kotlin.Unit, (51 536875197)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@65d0ecee NodeId(id=116745801039872) (kotlin.Unit, (51 536875198)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@65d0ecee NodeId(id=116745801039872) (kotlin.Unit, (51 536875198)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@65d0ecee NodeId(id=116745801039872) (kotlin.Unit, (51 536875198)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@65d0ecee NodeId(id=116745801039872) (kotlin.Unit, (51 536875198)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@65d0ecee NodeId(id=116745801039872) (kotlin.Unit, (51 536875198)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@65d0ecee NodeId(id=116745801039872) (kotlin.Unit, (51 536875198)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4372d58d NodeId(id=116762980909056) (kotlin.Unit, (51 536875199)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4372d58d NodeId(id=116762980909056) (kotlin.Unit, (51 536875199)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4372d58d NodeId(id=116762980909056) (kotlin.Unit, (51 536875199)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4372d58d NodeId(id=116762980909056) (kotlin.Unit, (51 536875199)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4372d58d NodeId(id=116762980909056) (kotlin.Unit, (51 536875199)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4372d58d NodeId(id=116762980909056) (kotlin.Unit, (51 536875199)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59c5815f NodeId(id=116780160778240) (kotlin.Unit, (51 536875200)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59c5815f NodeId(id=116780160778240) (kotlin.Unit, (51 536875200)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59c5815f NodeId(id=116780160778240) (kotlin.Unit, (51 536875200)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59c5815f NodeId(id=116780160778240) (kotlin.Unit, (51 536875200)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59c5815f NodeId(id=116780160778240) (kotlin.Unit, (51 536875200)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59c5815f NodeId(id=116780160778240) (kotlin.Unit, (51 536875200)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@50b4716a NodeId(id=116797340647424) (kotlin.Unit, (51 536875201)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@50b4716a NodeId(id=116797340647424) (kotlin.Unit, (51 536875201)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@50b4716a NodeId(id=116797340647424) (kotlin.Unit, (51 536875201)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@50b4716a NodeId(id=116797340647424) (kotlin.Unit, (51 536875201)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@50b4716a NodeId(id=116797340647424) (kotlin.Unit, (51 536875201)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@50b4716a NodeId(id=116797340647424) (kotlin.Unit, (51 536875201)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3261500e NodeId(id=116814520516608) (kotlin.Unit, (51 536875202)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3261500e NodeId(id=116814520516608) (kotlin.Unit, (51 536875202)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3261500e NodeId(id=116814520516608) (kotlin.Unit, (51 536875202)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3261500e NodeId(id=116814520516608) (kotlin.Unit, (51 536875202)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3261500e NodeId(id=116814520516608) (kotlin.Unit, (51 536875202)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3261500e NodeId(id=116814520516608) (kotlin.Unit, (51 536875202)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@67ea3572 NodeId(id=116831700385792) (kotlin.Unit, (51 536875203)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@67ea3572 NodeId(id=116831700385792) (kotlin.Unit, (51 536875203)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@67ea3572 NodeId(id=116831700385792) (kotlin.Unit, (51 536875203)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@67ea3572 NodeId(id=116831700385792) (kotlin.Unit, (51 536875203)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@67ea3572 NodeId(id=116831700385792) (kotlin.Unit, (51 536875203)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@67ea3572 NodeId(id=116831700385792) (kotlin.Unit, (51 536875203)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@12508fa9 NodeId(id=116848880254976) (kotlin.Unit, (51 536875204)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@12508fa9 NodeId(id=116848880254976) (kotlin.Unit, (51 536875204)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@12508fa9 NodeId(id=116848880254976) (kotlin.Unit, (51 536875204)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@12508fa9 NodeId(id=116848880254976) (kotlin.Unit, (51 536875204)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@12508fa9 NodeId(id=116848880254976) (kotlin.Unit, (51 536875204)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@12508fa9 NodeId(id=116848880254976) (kotlin.Unit, (51 536875204)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@619c93a8 NodeId(id=116866060124160) (kotlin.Unit, (51 536875205)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@619c93a8 NodeId(id=116866060124160) (kotlin.Unit, (51 536875205)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@619c93a8 NodeId(id=116866060124160) (kotlin.Unit, (51 536875205)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@619c93a8 NodeId(id=116866060124160) (kotlin.Unit, (51 536875205)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@619c93a8 NodeId(id=116866060124160) (kotlin.Unit, (51 536875205)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@619c93a8 NodeId(id=116866060124160) (kotlin.Unit, (51 536875205)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59454eb5 NodeId(id=116883239993344) (kotlin.Unit, (51 536875206)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59454eb5 NodeId(id=116883239993344) (kotlin.Unit, (51 536875206)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59454eb5 NodeId(id=116883239993344) (kotlin.Unit, (51 536875206)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59454eb5 NodeId(id=116883239993344) (kotlin.Unit, (51 536875206)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59454eb5 NodeId(id=116883239993344) (kotlin.Unit, (51 536875206)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59454eb5 NodeId(id=116883239993344) (kotlin.Unit, (51 536875206)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6f32b14a NodeId(id=116900419862528) (kotlin.Unit, (51 536875207)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6f32b14a NodeId(id=116900419862528) (kotlin.Unit, (51 536875207)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6f32b14a NodeId(id=116900419862528) (kotlin.Unit, (51 536875207)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6f32b14a NodeId(id=116900419862528) (kotlin.Unit, (51 536875207)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6f32b14a NodeId(id=116900419862528) (kotlin.Unit, (51 536875207)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6f32b14a NodeId(id=116900419862528) (kotlin.Unit, (51 536875207)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@798946c2 NodeId(id=116917599731712) (kotlin.Unit, (51 536875208)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@798946c2 NodeId(id=116917599731712) (kotlin.Unit, (51 536875208)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@798946c2 NodeId(id=116917599731712) (kotlin.Unit, (51 536875208)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@798946c2 NodeId(id=116917599731712) (kotlin.Unit, (51 536875208)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@798946c2 NodeId(id=116917599731712) (kotlin.Unit, (51 536875208)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@798946c2 NodeId(id=116917599731712) (kotlin.Unit, (51 536875208)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c8d9b88 NodeId(id=116934779600896) (kotlin.Unit, (51 536875209)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c8d9b88 NodeId(id=116934779600896) (kotlin.Unit, (51 536875209)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c8d9b88 NodeId(id=116934779600896) (kotlin.Unit, (51 536875209)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c8d9b88 NodeId(id=116934779600896) (kotlin.Unit, (51 536875209)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c8d9b88 NodeId(id=116934779600896) (kotlin.Unit, (51 536875209)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c8d9b88 NodeId(id=116934779600896) (kotlin.Unit, (51 536875209)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@f4e424a NodeId(id=116951959470080) (kotlin.Unit, (51 536875210)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@f4e424a NodeId(id=116951959470080) (kotlin.Unit, (51 536875210)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@f4e424a NodeId(id=116951959470080) (kotlin.Unit, (51 536875210)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@f4e424a NodeId(id=116951959470080) (kotlin.Unit, (51 536875210)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@f4e424a NodeId(id=116951959470080) (kotlin.Unit, (51 536875210)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@f4e424a NodeId(id=116951959470080) (kotlin.Unit, (51 536875210)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@758c0a08 NodeId(id=116969139339264) (kotlin.Unit, (51 536875211)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@758c0a08 NodeId(id=116969139339264) (kotlin.Unit, (51 536875211)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@758c0a08 NodeId(id=116969139339264) (kotlin.Unit, (51 536875211)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@758c0a08 NodeId(id=116969139339264) (kotlin.Unit, (51 536875211)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@758c0a08 NodeId(id=116969139339264) (kotlin.Unit, (51 536875211)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@758c0a08 NodeId(id=116969139339264) (kotlin.Unit, (51 536875211)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4600fd2d NodeId(id=116986319208448) (kotlin.Unit, (51 536875212)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4600fd2d NodeId(id=116986319208448) (kotlin.Unit, (51 536875212)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4600fd2d NodeId(id=116986319208448) (kotlin.Unit, (51 536875212)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4600fd2d NodeId(id=116986319208448) (kotlin.Unit, (51 536875212)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4600fd2d NodeId(id=116986319208448) (kotlin.Unit, (51 536875212)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4600fd2d NodeId(id=116986319208448) (kotlin.Unit, (51 536875212)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@56416fbe NodeId(id=117003499077632) (kotlin.Unit, (51 536875213)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@56416fbe NodeId(id=117003499077632) (kotlin.Unit, (51 536875213)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@56416fbe NodeId(id=117003499077632) (kotlin.Unit, (51 536875213)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@56416fbe NodeId(id=117003499077632) (kotlin.Unit, (51 536875213)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@56416fbe NodeId(id=117003499077632) (kotlin.Unit, (51 536875213)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@56416fbe NodeId(id=117003499077632) (kotlin.Unit, (51 536875213)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2be03b2e NodeId(id=117020678946816) (kotlin.Unit, (51 536875214)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2be03b2e NodeId(id=117020678946816) (kotlin.Unit, (51 536875214)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2be03b2e NodeId(id=117020678946816) (kotlin.Unit, (51 536875214)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2be03b2e NodeId(id=117020678946816) (kotlin.Unit, (51 536875214)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2be03b2e NodeId(id=117020678946816) (kotlin.Unit, (51 536875214)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2be03b2e NodeId(id=117020678946816) (kotlin.Unit, (51 536875214)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3ea9a810 NodeId(id=117033563848704) (kotlin.Unit, (51 536875215)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3ea9a810 NodeId(id=117033563848704) (kotlin.Unit, (51 536875215)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3ea9a810 NodeId(id=117033563848704) (kotlin.Unit, (51 536875215)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3ea9a810 NodeId(id=117033563848704) (kotlin.Unit, (51 536875215)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3ea9a810 NodeId(id=117033563848704) (kotlin.Unit, (51 536875215)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3ea9a810 NodeId(id=117033563848704) (kotlin.Unit, (51 536875215)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7f81c37d NodeId(id=117055038685184) (kotlin.Unit, (51 536875216)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7f81c37d NodeId(id=117055038685184) (kotlin.Unit, (51 536875216)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7f81c37d NodeId(id=117055038685184) (kotlin.Unit, (51 536875216)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7f81c37d NodeId(id=117055038685184) (kotlin.Unit, (51 536875216)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7f81c37d NodeId(id=117055038685184) (kotlin.Unit, (51 536875216)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7f81c37d NodeId(id=117055038685184) (kotlin.Unit, (51 536875216)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@22606fac NodeId(id=117072218554368) (kotlin.Unit, (51 536875217)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
								at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
								at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@22606fac NodeId(id=117072218554368) (kotlin.Unit, (51 536875217)))]), Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
									at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@22606fac NodeId(id=117072218554368) (kotlin.Unit, (51 536875217)))]), Progress: Submitting error report, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@22606fac NodeId(id=117072218554368) (kotlin.Unit, (51 536875217)))]), Progress: Submitting error report, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
										- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@22606fac NodeId(id=117072218554368) (kotlin.Unit, (51 536875217)))]), Progress: Submitting error report, Dispatchers.Default]
											at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
								- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@22606fac NodeId(id=117072218554368) (kotlin.Unit, (51 536875217)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
						- "com.intellij.platform.kernel.backend.BackendKernelService":DispatchedCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, ModalityState.ANY, Dispatchers.EDT]
							at fleet.kernel.TransactorKt$withTransactor$2$transactor$1$log$1.invokeSuspend(Transactor.kt:598)
							at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
							at com.intellij.platform.kernel.util.KernelUtilsKt$updateDbInTheEventDispatchThread$2.invokeSuspend(kernelUtils.kt:95)
			- "(ApplicationImpl@196461704 x com.intellij.java)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.compiler.server.BuildManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "BuildManager RequestProcessor Pool":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, LimitedDispatcher@8730985]
					- "BuildManager Auto-Make Trigger":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, LimitedDispatcher@7b69d9b3]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij.java))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.SetupJavaProjectFromSourcesActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.execution.testDiscovery.TestDiscoveryIndex$MyPostStartUpActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.projectRoots.impl.ExistingJdkConfigurationActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.projectRoots.impl.ExternalJavaConfigurationActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.daemon.problems.pass.ProjectProblemFileSelectionListenerStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.projectRoots.JavaVersionChecker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.warmup.JdkWarmupProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.daemon.impl.IdeaLibDependencyNotifier":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.jarRepository.RepositoryLibrarySynchronizer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.pom.java.AcceptedLanguageLevelsSettingsStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.FileNotInSourceRootChecker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.compiler.cache.CompilerCacheStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.packaging.impl.artifacts.ArtifactTypeFeatureCollector":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.compiler.backwardRefs.IsUpToDateCheckStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.java)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij.java))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.java.compiler.charts.jps.CompilationChartsProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.java)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.vermouthx.xcode-theme)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.vermouthx.xcode-theme))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.vermouthx.xcodetheme.activities.XcTStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.macros.KotlinBundledUsageDetector$ModelChangeListener":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.script.k2.ScriptTemplatesFromDependenciesDefinitionSource":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.core.script.k2.BundledScriptConfigurationsSource":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.core.script.k2.DependentScriptConfigurationsSource":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.framework.CreateKotlinSdkActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.macros.KotlinBundledUsageDetector$MyStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.macros.KotlinBundledRefresher":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.debugger.core.filter.JvmDebuggerAddFilterStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.base.projectStructure.forwardDeclarations.KotlinForwardDeclarationsStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.PluginStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					-[x2 of] "org.jetbrains.kotlin.idea.update.KotlinPluginUpdateCheckerStartActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			-[x9 of] "(ApplicationImpl@196461704 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.onboarding.k2.satisfaction.survey.K2OnboardingPostStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.base.analysisApiPlatform.IdeKotlinStatisticsStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.jetbrains.java.decompiler)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.tasks)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.intellij.intelliLang)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.intellij.groovy)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.intellij.groovy))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.groovy.annotator.intentions.dynamic.DynamicMembersStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.java-i18n)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.java.ide)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.RecentProjectsManagerBase":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.RecentProjectsManagerBase":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.ide.RecentProjectsManagerBase$1.invokeSuspend(RecentProjectsManagerBase.kt:107)
						- "com.intellij.ide.RecentProjectsManagerBase":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.ide.RecentProjectsManagerBase":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
			- "(ApplicationImpl@196461704 x monokai-pro)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x monokai-pro))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "pro.monokai.Startup":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x IdeaVIM)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x IdeaVIM))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.PluginStartup":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.handler.EditorHandlersChainLogger":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.handler.KeymapChecker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.handler.CopilotKeymapCorrector":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.extension.nerdtree.NerdTree$NerdStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x Git4Idea)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x Git4Idea))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.stash.ui.GitStashStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.repo.GitCommitTemplateTracker$GitCommitTemplateTrackerStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.commit.GitMergeCommitMessageActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.ignore.GitIgnoreInStoreDirGeneratorActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.config.GitSetupProjectConfig":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.repo.GitShallowRepositoryCheck":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.commit.GitModalCommitSettingMigrator":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.index.GitStageStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.commit.signing.GpgAgentConfiguratorStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.jetbrains.plugins.github)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.plugins.github))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector$Initializer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.jetbrains.plugins.gradle)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.plugins.gradle))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.gradle.service.editor.GradleDownloadSourceEditorListener":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.gradle.startup.GradleJvmStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.gradleJava.scripting.ProjectGradleSettingsListener":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.gradleJava.scripting.roots.GradleBuildRootsManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.android.tools.gradle.dcl)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.settingsSync.core.git.SettingsHistoryToolWindowFactory":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.jetbrains.android)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.android.tools.idea.startup.AndroidStudioInitializer":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.android.tools.idea.stats.TypingLatencyTracker":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.stats.TypingLatencyTracker":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.android.tools.idea.stats.TypingLatencyTracker$1.invokeSuspend(TypingLatencyTracker.kt:50)
				- "com.android.tools.idea.diagnostics.typing.TypingEventWatcher":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.diagnostics.typing.TypingEventWatcher":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.android.tools.idea.diagnostics.typing.TypingEventWatcher$1.invokeSuspend(TypingEventWatcher.kt:92)
						- "com.android.tools.idea.diagnostics.typing.TypingEventWatcher":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
					- "com.android.tools.idea.diagnostics.typing.TypingEventWatcher":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.android.tools.idea.diagnostics.typing.TypingEventWatcher$2.invokeSuspend(TypingEventWatcher.kt:104)
				- "com.android.tools.idea.stats.AndroidStudioEventLogger":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.android.tools.idea.imports.GMavenIndexRepository":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.imports.GMavenIndexRepository":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.android.tools.idea.imports.GMavenIndexRepository$1.invokeSuspend(GMavenIndexRepository.kt:129)
				- "com.android.tools.idea.wearpairing.WearPairingManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.wearpairing.WearPairingManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.android.tools.idea.wearpairing.WearPairingManager$setDeviceListListener$1$1.invokeSuspend(WearPairingManager.kt:218)
						at kotlinx.coroutines.TimeoutKt.withTimeoutOrNull(Timeout.kt:101)
						at com.android.tools.idea.wearpairing.WearPairingManager$setDeviceListListener$1.invokeSuspend(WearPairingManager.kt:215)
				- "com.android.tools.idea.editing.metrics.CodeEditedMetricsServiceImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.editing.metrics.CodeEditedMetricsServiceImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.android.tools.idea.editing.metrics.CodeEditedMetricsServiceImpl$2.invokeSuspend(CodeEditedMetricsService.kt:78)
				- "com.android.tools.idea.res.ResourceFolderRepositoryBackgroundActions$ScopeService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.android.tools.idea.imports.MavenClassRegistryManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.android))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.res.AndroidPsiTreeChangeListener$MyProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.startup.ClearResourceCacheAfterFirstBuild$MyStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.imports.AutoRefresherForMavenClassRegistry":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.model.MergedManifestRefreshListener$SubscriptionStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.model.MergedManifestModificationListener$SubscriptionStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.ndk.PageAlignProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.nav.safeargs.project.NavigationResourcesModificationListener$SubscriptionStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.gradle.project.AndroidNewProjectInitializationStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.gradle.project.AndroidGradleProjectStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.android.tools.idea.gradle.project.AndroidGradleProjectStartupActivity$StartupService$performStartupActivity$2$1.invokeSuspend(AndroidGradleProjectStartupActivity.kt:119)
							at com.android.tools.idea.gradle.project.AndroidGradleProjectStartupActivity$StartupService$performStartupActivity$2.invokeSuspend(AndroidGradleProjectStartupActivity.kt:111)
							at com.android.tools.idea.gradle.project.AndroidGradleProjectStartupService.runInitialization(AndroidGradleProjectStartupService.kt:31)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
							- CompletableDeferredImpl{Active}
					- "com.android.tools.idea.stats.GcPauseWatcher":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.serverflags.ServerFlagDownloader$Initializer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.diagnostics.DiagnosticsReportCleaner":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.project.LibraryToolWindowInitializer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.startup.ProjectMetricsInitializer$MyStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.gradle.project.sync.GradleFilesProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.gradle.project.AndroidStudioProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.android.AndroidStartupManager":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.adblib.DeviceCableMonitor":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.android.sdklib.deviceprovisioner.FlowUtilKt$trackSetChanges$1.invokeSuspend(FlowUtil.kt:46)
							at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
					- "com.android.tools.idea.adblib.DeviceStateReporter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.adblib.AdbServerStatusReporter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.google.gct)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.google.gct.test.recorder)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.google.services.firebase)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.configurationScript)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.android.tools.ndk)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.android.tools.ndk))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.ndk.sync.NativeStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.android.tools.ndk.sync.NativeStartupActivity.execute(NativeStartupActivity.kt:41)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
			- "(ApplicationImpl@196461704 x com.android.tools.apk)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.android.tools.apk))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.apk.ApkProjectStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.jetbrains.plugins.clangFormat)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.google.tools.ij.aiplugin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.android.studio.ml.enterprise.GiasProductVariantFetcher":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.studio.ml.enterprise.GiasProductVariantFetcher":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.android.studio.ml.enterprise.GiasProductVariantFetcher$1.invokeSuspend(GiasProductVariantFetcher.kt:75)
				- "com.google.tools.intellij.aiplugin.network.NetworkStatusService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.google.tools.intellij.aiplugin.network.NetworkStatusService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:402)
						at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)
				- "com.google.tools.intellij.aiplugin.CaicProjectServiceImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.google.tools.intellij.aiplugin.CaicProjectServiceImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
						at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
						at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
						at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)
						-[x3 of] "com.google.tools.intellij.aiplugin.CaicProjectServiceImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
					- "com.google.tools.intellij.aiplugin.CaicProjectServiceImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:402)
						at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)
				- "com.google.tools.intellij.aiplugin.state.AiPluginSettingsProvider":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.google.tools.intellij.aiplugin.state.AiPluginSettingsProvider":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:402)
						at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)
				- "com.google.tools.intellij.aiplugin.tier.UserTierService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.google.tools.intellij.aiplugin.tier.UserTierService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
						at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
						at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
						at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)
						-[x4 of] "com.google.tools.intellij.aiplugin.tier.UserTierService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
					- "com.google.tools.intellij.aiplugin.tier.UserTierService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:402)
						at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)
				- "com.google.tools.intellij.aiplugin.flag.EnableComposeFlagService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.google.tools.intellij.aiplugin.flag.EnableComposeFlagService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:402)
						at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)
				- "com.google.tools.intellij.aiplugin.experimentation.ExperimentationCacheService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.google.tools.intellij.aiplugin.experimentation.ExperimentationCacheService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:402)
						at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)
				- "com.google.tools.intellij.aiplugin.quota.QuotaService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.google.tools.intellij.aiplugin.quota.QuotaService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:402)
						at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)
				- "com.google.tools.intellij.aiplugin.onboarding.HealthChecker":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.android.studio.ml.metrics.SmlCodeEditedMetricsServiceImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.android.studio.ml.aida.AidaCodeEditedListenerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.studio.ml.aida.AidaCodeEditedListenerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.android.studio.ml.aida.AidaCodeEditedListenerImpl$1.invokeSuspend(AidaCodeEditedListener.kt:62)
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.google.tools.ij.aiplugin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.studio.ml.bot.configuration.NotifyUserToShareContextActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.studio.ml.bot.action.internal.IntegrationTestingStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.studio.ml.bot.configuration.SmlConfigReporterActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.openapi.client.ClientAppSessionsManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "ApplicationImpl@196461704 container":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "ApplicationImpl@196461704 container":StandaloneCoroutine{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
			- "ApplicationImpl@196461704 container":StandaloneCoroutine{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
			- "com.intellij.ide.ui.laf.LafManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.platform.ide.bootstrap.ScreenReaderStateManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.platform.ide.bootstrap.ScreenReaderStateManager":StandaloneCoroutine{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
			- "com.intellij.ide.ui.customization.CustomActionsSchema":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.diagnostic.WriteLockMeasurerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.configurationStore.schemeManager.SchemeManagerFactoryBase$ApplicationSchemeManagerFactory":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.openapi.actionSystem.impl.ActionManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.actionSystem.impl.ActionManagerImpl@5b78a0f9 timer":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.actionSystem.impl.ActionManagerImpl@5b78a0f9 timer":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.openapi.actionSystem.impl.ActionManagerImpl$MyTimer$2.invokeSuspend(ActionManagerImpl.kt:1277)
						- "com.intellij.openapi.actionSystem.impl.ActionManagerImpl@5b78a0f9 timer":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.openapi.actionSystem.impl.ActionManagerImpl@5b78a0f9 timer":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at com.intellij.openapi.actionSystem.impl.ActionManagerImpl$MyTimer$2$1.invokeSuspend(ActionManagerImpl.kt:1279)
			- "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents$1.invokeSuspend(FeatureUsageSettingsEvents.kt:66)
			- "com.intellij.openapi.util.registry.RegistryManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "app service preloading":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.diagnostic.PerformanceWatcherImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.diagnostic.PerformanceWatcherImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at com.intellij.diagnostic.PerformanceWatcherImpl$1.invokeSuspend(PerformanceWatcherImpl.kt:95)
					- "com.intellij.diagnostic.PerformanceWatcherImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
						- "com.intellij.diagnostic.PerformanceWatcherImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at com.intellij.diagnostic.PerformanceWatcherImpl$1$1.invokeSuspend(PerformanceWatcherImpl.kt:100)
				- "com.intellij.diagnostic.PerformanceWatcherImpl":StandaloneCoroutine{Active}, state: RUNNING [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.diagnostic.PerformanceWatcherImpl$startEdtSampling$1.invokeSuspend(PerformanceWatcherImpl.kt:127)
			- "com.intellij.util.net.ssl.CertificateManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "FileTypeManager Redetect":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, LimitedDispatcher@a826788]
				- "com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at com.intellij.openapi.fileTypes.impl.AlarmAdapterKt$singleAlarm$1.invokeSuspend(AlarmAdapter.kt:24)
					- "com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
						- "com.intellij.openapi.fileTypes.impl.FileTypeManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
			- "com.intellij.ui.jcef.JBCefStartup":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.ide.plugins.marketplace.MarketplaceRequests":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.openapi.editor.impl.EditorFactoryImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.configurationStore.SaveAndSyncHandlerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "refresh requests flow processing":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, ModalityState.NON_MODAL, Dispatchers.Default]
					at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
					at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
					at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
					at com.intellij.configurationStore.SaveAndSyncHandlerImpl$1.invokeSuspend(SaveAndSyncHandlerImpl.kt:71)
					- "refresh requests flow processing":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, ModalityState.NON_MODAL, Dispatchers.Default]
				- "save requests flow processing":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.configurationStore.SaveAndSyncHandlerImpl$2.invokeSuspend(SaveAndSyncHandlerImpl.kt:85)
				- "com.intellij.configurationStore.SaveAndSyncHandlerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at com.intellij.configurationStore.SaveAndSyncHandlerImpl.listenIdleAndActivate(SaveAndSyncHandlerImpl.kt:213)
					at com.intellij.configurationStore.SaveAndSyncHandlerImpl$3.invokeSuspend(SaveAndSyncHandlerImpl.kt:115)
					- "com.intellij.configurationStore.SaveAndSyncHandlerImpl":ProducerCoroutine{Completing} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						- "com.intellij.configurationStore.SaveAndSyncHandlerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:92)
				- "com.intellij.configurationStore.SaveAndSyncHandlerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:35)
			- "com.intellij.openapi.progress.impl.PlatformTaskSupport":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				-[x2 of] "com.intellij.openapi.progress.impl.PlatformTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$subscribeToTask$2.invokeSuspend(PlatformTaskSupport.kt:158)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$createTaskInfoEntity$1.invokeSuspend(PlatformTaskSupport.kt:141)
					- "com.intellij.openapi.progress.impl.PlatformTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), kotlinx.coroutines.UndispatchedMarker@322ec1b9, Dispatchers.Default]
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at com.intellij.openapi.progress.impl.PlatformTaskSupport$subscribeToTaskCancellation$1.invokeSuspend(PlatformTaskSupport.kt:176)
					- "com.intellij.openapi.progress.impl.PlatformTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), kotlinx.coroutines.UndispatchedMarker@322ec1b9, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.PlatformTaskSupport$subscribeToTaskUpdates$1.invokeSuspend(PlatformTaskSupport.kt:255)
				-[x44 of] "com.intellij.openapi.progress.impl.PlatformTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$subscribeToTask$2.invokeSuspend(PlatformTaskSupport.kt:158)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$createTaskInfoEntity$1.invokeSuspend(PlatformTaskSupport.kt:141)
					- "com.intellij.openapi.progress.impl.PlatformTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), kotlinx.coroutines.UndispatchedMarker@322ec1b9, Dispatchers.Default]
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at com.intellij.openapi.progress.impl.PlatformTaskSupport$subscribeToTaskCancellation$1.invokeSuspend(PlatformTaskSupport.kt:176)
					- "com.intellij.openapi.progress.impl.PlatformTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), kotlinx.coroutines.UndispatchedMarker@322ec1b9, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.openapi.progress.impl.PlatformTaskSupport$subscribeToTaskSuspensionChanges$1.invokeSuspend(PlatformTaskSupport.kt:200)
						- "com.intellij.openapi.progress.impl.PlatformTaskSupport":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), kotlinx.coroutines.UndispatchedMarker@322ec1b9, Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
					- "com.intellij.openapi.progress.impl.PlatformTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), kotlinx.coroutines.UndispatchedMarker@322ec1b9, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.PlatformTaskSupport$subscribeToTaskUpdates$1.invokeSuspend(PlatformTaskSupport.kt:255)
				-[x44 of] "com.intellij.openapi.progress.impl.PlatformTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.platform.util.progress.RawProgressReporterHandleImpl$subscription$1.invokeSuspend(RawProgressReporterHandleImpl.kt:19)
			- "com.intellij.openapi.progress.impl.TaskInfoEntityCollector":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.progress.impl.TaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
					at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$collectActiveTasks$1$1.invokeSuspend(TaskInfoEntityCollector.kt:52)
					at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
					at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
					at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$collectActiveTasks$1.invokeSuspend(TaskInfoEntityCollector.kt:49)
			- "com.intellij.openapi.vfs.newvfs.persistent.ExecuteOnCoroutine":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "PersistentFsLoader":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.IO]
			- "com.intellij.util.indexing.diagnostic.IndexDiagnosticDumper":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "org.jetbrains.ide.BuiltInServerManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.util.indexing.FileBasedIndexImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.ide.IdleTracker":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.IdleTracker":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "Idle listener: com.intellij.compiler.server.BuildManager$$Lambda/0x0000000800636e40":StandaloneCoroutine{Active}, state: RUNNING [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
						at com.intellij.ide.IdleTracker$addIdleListener$1.invokeSuspend(IdleTracker.kt:79)
						- "Idle listener: com.intellij.compiler.server.BuildManager$$Lambda/0x0000000800636e40":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
			- "com.intellij.ide.ui.laf.LafDynamicPluginManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "ApplicationImpl@196461704 container":StandaloneCoroutine{Completing} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
				- "com.intellij.openapi.vfs.newvfs.persistent.VFSHealthCheckServiceStarter":StandaloneCoroutine{Active}, state: RUNNING [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.vfs.newvfs.persistent.VFSHealthCheckServiceStarter$execute$2.invokeSuspend(VFSHealthChecker.kt:134)
					at com.intellij.openapi.vfs.newvfs.persistent.VFSHealthCheckServiceStarter.execute(VFSHealthChecker.kt:107)
					at com.intellij.platform.ide.bootstrap.ApplicationLoader$executeAsyncAppInitListeners$1.invokeSuspend(ApplicationLoader.kt:296)
				- "com.v.h.v.P":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.v.h.v.P.execute(PluginAgreementUpdateScheduler.kt)
					at com.intellij.platform.ide.bootstrap.ApplicationLoader$executeAsyncAppInitListeners$1.invokeSuspend(ApplicationLoader.kt:296)
			- "com.intellij.internal.statistic.service.fus.collectors.FUStateUsagesLogger":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.internal.statistic.service.fus.collectors.FUStateUsagesLogger":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.internal.statistic.service.fus.collectors.FUStateUsagesLogger.logApplicationStateRegularly(FUStateUsagesLogger.kt:161)
					at com.intellij.internal.statistic.service.fus.collectors.FUStateUsagesLogger$1.invokeSuspend(FUStateUsagesLogger.kt:53)
			- "com.intellij.ide.ui.html.GlobalStyleSheetUpdateService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.ui.html.GlobalStyleSheetUpdateService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at com.intellij.ide.ui.html.GlobalStyleSheetUpdateService$init$2.invokeSuspend(GlobalStyleSheetHolder.kt:104)
					- "com.intellij.ide.ui.html.GlobalStyleSheetUpdateService":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
						- "com.intellij.ide.ui.html.GlobalStyleSheetUpdateService":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
			- "com.intellij.internal.statistic.StatisticsServiceApplicationScope":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.platform.ide.impl.presentationAssistant.PresentationAssistant":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.ide.actionMacro.ActionMacroManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.codeInsight.intention.impl.IntentionShortcutManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.psi.search.FileTypeIndexChangeNotifierService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "FileTypeIndex change notificator":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at com.intellij.psi.search.FileTypeIndexChangeNotifier$worker$1.invokeSuspend(FileTypeIndexChangeNotifier.kt:24)
					- "FileTypeIndex change notificator":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
						- "FileTypeIndex change notificator":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
							- "FileTypeIndex change notificator":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
							- "FileTypeIndex change notificator":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- "com.intellij.ide.passwordSafe.impl.PasswordSafeImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.idea.SystemHealthMonitor$monitorDiskSpace$1.invokeSuspend(SystemHealthMonitor.kt:435)
				- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
						at com.intellij.ui.BalloonLayoutImpl$1.invokeSuspend(BalloonLayoutImpl.kt:74)
						- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
			- "com.intellij.diagnostic.ThreadDumpService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.util.concurrency.EdtScheduler":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "org.jetbrains.ide.ToolboxSettingsActionRegistry":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "org.jetbrains.ide.ToolboxSettingsActionRegistry":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at org.jetbrains.ide.ToolboxSettingsActionRegistry$1.invokeSuspend(ToolboxUpdateActions.kt:35)
					- "org.jetbrains.ide.ToolboxSettingsActionRegistry":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
						- "org.jetbrains.ide.ToolboxSettingsActionRegistry":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
			- "com.intellij.util.SingleAlarmSharedCoroutineScopeHolder":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.workspaceModel.ide.impl.GlobalWorkspaceModelCacheImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.workspaceModel.ide.impl.GlobalWorkspaceModelCacheImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
					at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
					at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
					at com.intellij.workspaceModel.ide.impl.GlobalWorkspaceModelCacheImpl$1.invokeSuspend(GlobalWorkspaceModelCacheImpl.kt:56)
					- "com.intellij.workspaceModel.ide.impl.GlobalWorkspaceModelCacheImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
			- "com.intellij.workspaceModel.ide.impl.jps.serialization.JpsGlobalModelSynchronizerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.util.indexing.events.ChangedFilesCollector":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "FileBasedIndex Vfs Event Processor":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, LimitedDispatcher@2b3e747b]
			- "com.intellij.util.AlarmSharedCoroutineScopeHolder":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ui.BalloonImpl$$Lambda/0x00000008045d2258@5dabff44 (Alarm)":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, LimitedDispatcher@3b117fb8]
					at com.intellij.util.Alarm$Request$schedule$1.invokeSuspend(Alarm.kt:383)
				- "com.intellij.openapi.fileEditor.TextEditorWithPreview$MyMouseListener$$Lambda/0x0000000803f09ed0@3b375287 (Alarm)":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, LimitedDispatcher@e808d28]
					at com.intellij.util.Alarm$Request$schedule$1.invokeSuspend(Alarm.kt:383)
			- "com.intellij.openapi.wm.impl.status.widget.StatusBarActionManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.openapi.vfs.newvfs.RefreshQueueImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "RefreshQueue Pool":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, LimitedDispatcher@17270557]
				- "Async Refresh Event Processing":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, LimitedDispatcher@4fe22664]
			- "com.intellij.openapi.vfs.encoding.EncodingManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "EncodingManagerImpl Document Pool":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, LimitedDispatcher@7f3e6c9f]
			- "com.intellij.psi.impl.DocumentCommitThread":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Document Commit Pool":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, LimitedDispatcher@755d579d]
			- "com.intellij.codeInspection.ex.InspectionToolRegistrar":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.editorconfig.editorconfigjetbrains)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.util.concurrency.InvokerService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Invoker.10.Thread.ReadAction=NO: com.intellij.platform.execution.serviceView.ServiceModel@ad3c476":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Invoker.173.Thread.ReadAction=YES: Project(name=IKEAApp-android, containerState=COMPONENT_CREATED, componentStore=/Users/patrick.elmquist1/AndroidStudioProjects/IKEAApp-android)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Invoker.174.Thread.ReadAction=YES: com.intellij.ui.tree.project.ProjectFileTreeModel@4eba2d6f":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Invoker.175.EDT: com.intellij.ui.tree.AsyncTreeModel@236a4690":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Invoker.176.Thread.ReadAction=YES: com.intellij.analysis.problemsView.toolWindow.ProblemsTreeModel@6d9c982c":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Invoker.177.EDT: com.intellij.ui.tree.AsyncTreeModel@2f6e4dd4":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Invoker.178.Thread.ReadAction=YES: com.intellij.analysis.problemsView.toolWindow.ProblemsTreeModel@7b56b46e":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Invoker.179.EDT: com.intellij.ui.tree.AsyncTreeModel@f624c8c":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Invoker.180.Thread.ReadAction=YES: com.android.tools.idea.common.error.AsyncableDesignerCommonIssueModel@4766f944":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Invoker.181.EDT: com.intellij.ui.tree.AsyncTreeModel@18dcb8fd":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Invoker.182.Thread.ReadAction=NO: com.intellij.platform.execution.serviceView.ServiceModel@1795e425":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Invoker.183.Thread.ReadAction=NO: com.intellij.platform.execution.serviceView.ServiceModel@4934270d":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Invoker.184.Thread.ReadAction=YES: com.intellij.ide.projectView.impl.PackageViewPane@47bee806":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Invoker.185.EDT: com.intellij.ui.tree.AsyncTreeModel@7dd9284e":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Invoker.186.Thread.ReadAction=YES: com.android.tools.idea.navigator.AndroidProjectViewPane@250ead14":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.util.concurrency.Invoker$Background$$Lambda/0x000000080133e958@67f004eb":StandaloneCoroutine{Active}, state: RUNNING [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at java.base/jdk.internal.misc.Unsafe.park(Native Method)
						at java.base/java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
						at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
						at com.android.tools.idea.navigator.nodes.AndroidViewProjectNodeUtil.waitForAnySyncOutcomeInterruptibly$lambda$1(AndroidViewProjectNodeUtil.kt:67)
						at com.android.tools.idea.navigator.nodes.AndroidViewProjectNodeUtil.waitForAnySyncOutcomeInterruptibly$withListener(AndroidViewProjectNodeUtil.kt:53)
						at com.android.tools.idea.navigator.nodes.AndroidViewProjectNodeUtil.waitForAnySyncOutcomeInterruptibly(AndroidViewProjectNodeUtil.kt:60)
						at com.android.tools.idea.navigator.nodes.AndroidViewProjectNodeUtil.maybeWaitForAnySyncOutcomeInterruptibly(AndroidViewProjectNodeUtil.kt:32)
						at com.android.tools.idea.navigator.nodes.AndroidViewProjectNode.getChildren(AndroidViewProjectNode.java:65)
						at com.intellij.ide.util.treeView.AbstractTreeStructureBase.getChildElements(AbstractTreeStructureBase.java:36)
						at com.intellij.ui.tree.StructureTreeModel.getValidChildren(StructureTreeModel.java:424)
						at com.intellij.ui.tree.StructureTreeModel.validateChildren(StructureTreeModel.java:332)
						at com.intellij.ui.tree.StructureTreeModel.getNode(StructureTreeModel.java:326)
						at com.intellij.ui.tree.StructureTreeModel.getChildren(StructureTreeModel.java:348)
						at com.intellij.ui.tree.AsyncTreeModel$CmdGetChildren.computeNode(AsyncTreeModel.java:664)
						at com.intellij.ui.tree.AsyncTreeModel$Command.computeNode(AsyncTreeModel.java:537)
						at com.intellij.util.concurrency.Invoker$Task.run(Invoker.java:363)
						at com.intellij.util.concurrency.CoroutineInvokerDelegate.run(CoroutineInvokerDelegate.kt:38)
						at com.intellij.util.concurrency.Invoker.invokeSafely(Invoker.java:191)
						at com.intellij.util.concurrency.Invoker.lambda$offerSafely$0(Invoker.java:175)
						at com.intellij.util.concurrency.Invoker$Background.lambda$offer$0(Invoker.java:472)
						at com.intellij.util.concurrency.CoroutineInvokerDelegate.offer$lambda$2(CoroutineInvokerDelegate.kt:27)
						at com.intellij.util.concurrency.SequentialBgtCoroutineInvokerDelegate$doLaunch$1.invokeSuspend$lambda$1$lambda$0(CoroutineInvokerDelegate.kt:97)
						at com.intellij.util.concurrency.BgtCoroutineInvokerDelegate.withProperContext$lambda$0(CoroutineInvokerDelegate.kt:73)
						at com.intellij.openapi.application.rw.InternalReadAction.insideReadAction(InternalReadAction.kt:120)
						at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable$lambda$6(InternalReadAction.kt:110)
						at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$3$lambda$2$lambda$1(cancellableReadAction.kt:32)
						at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.tryRunReadAction$lambda$11(AnyThreadWriteThreadingSupport.kt:522)
						at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.runWithTemporaryThreadLocal(AnyThreadWriteThreadingSupport.kt:204)
						at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport.tryRunReadAction(AnyThreadWriteThreadingSupport.kt:522)
						at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1064)
						at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal$lambda$3$lambda$2(cancellableReadAction.kt:30)
						at com.intellij.openapi.progress.util.ProgressIndicatorUtilService.runActionAndCancelBeforeWrite(ProgressIndicatorUtilService.java:73)
						at com.intellij.openapi.progress.util.ProgressIndicatorUtils.runActionAndCancelBeforeWrite(ProgressIndicatorUtils.java:152)
						at com.intellij.openapi.application.rw.CancellableReadActionKt.cancellableReadActionInternal(cancellableReadAction.kt:28)
						at com.intellij.openapi.application.rw.InternalReadAction.tryReadCancellable(InternalReadAction.kt:109)
						at com.intellij.openapi.application.rw.InternalReadAction.tryReadAction(InternalReadAction.kt:93)
						at com.intellij.openapi.application.rw.InternalReadAction.readLoop(InternalReadAction.kt:80)
						at com.intellij.openapi.application.rw.InternalReadAction$runReadAction$7.invokeSuspend(InternalReadAction.kt:59)
						at com.intellij.util.concurrency.SequentialBgtCoroutineInvokerDelegate$doLaunch$1.invokeSuspend(CoroutineInvokerDelegate.kt:96)
						- JobImpl{Active}
					- "com.intellij.util.concurrency.Invoker$Background$$Lambda/0x000000080133e958@72cb54a":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.util.concurrency.SequentialBgtCoroutineInvokerDelegate$doLaunch$1.invokeSuspend(CoroutineInvokerDelegate.kt:128)
					- "com.intellij.util.concurrency.Invoker$Background$$Lambda/0x000000080133e958@2329bc6":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.util.concurrency.SequentialBgtCoroutineInvokerDelegate$doLaunch$1.invokeSuspend(CoroutineInvokerDelegate.kt:128)
				- "Invoker.187.EDT: com.intellij.ui.tree.AsyncTreeModel@216e2ef5":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.ui.IconDeferrerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ui.IconDeferrerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.ui.IconDeferrerImpl$scheduleCacheClearingTask$1.invokeSuspend(IconDeferrerImpl.kt:97)
			- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl$ToolWindowManagerAppLevelHelper":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl$ToolWindowManagerAppLevelHelper":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at com.intellij.openapi.wm.impl.ToolWindowManagerImpl$ToolWindowManagerAppLevelHelper$1.invokeSuspend(ToolWindowManagerImpl.kt:323)
					- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl$ToolWindowManagerAppLevelHelper":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
						- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl$ToolWindowManagerAppLevelHelper":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
			- "com.intellij.openapi.progress.impl.BridgeTaskSupport":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@5affe9dc, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@4f025e1, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@8a6eb74, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@17d8b442, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@324c1e6c, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@3716fae9, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@8d44a34, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@5afc95c8, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@8915f85, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@8d03dcc, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@22ff5308, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@1c13c04a, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@1e7cd93a, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@17cbb964, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@4ff4df86, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@4d6747a2, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@352af23d, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@7fe07d65, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@168195f0, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@61ac9ad5, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@3f537c7, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@7f827989, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@65b65d9c, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@60c909cd, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@4aa8511c, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@260a37f1, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@7107d411, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@59283c9d, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@5180b615, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@2642b66b, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@69aa49ee, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@71fe5c92, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@259a6ca6, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@16586790, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@2d86a98c, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@2e9f6a62, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@5816dc4b, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@d27443e, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@157556df, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@40ece269, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@2e769abb, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@19c72dff, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@26bb53b6, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@16302a2, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@1b5ae377, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@3b528d36, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@47884f09, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@5ee73348, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@12ea32b8, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@3d7e26ee, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@380bd64f, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@5f91cf75, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@1c2d49cd, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@50a845f0, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@36f75804, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@67ccc3c8, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@11598ddd, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@3ccddc3, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@ff782c6, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@e24c273, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@534e810f, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@36897c60, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@55b29c5, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@2dc44447, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@a25ee09, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@7732f951, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@2bfbe373, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@24926c37, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@1e29b0a, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@61fa1216, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@156e9521, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@222aa06f, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@370555eb, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@65e9bbf, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@6778c1c8, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@10262c90, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@d919972, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@7fe0681c, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@5eb790a9, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@7f547543, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@7e0f39d2, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@2d30e87, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@6003f4ac, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@3ca16b82, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@3be7046d, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@215a82a0, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
				- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1.invokeSuspend(BridgeTaskSupport.kt:61)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
					at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
					at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3.invokeSuspend(BridgeTaskSupport.kt:52)
					- "com.intellij.openapi.progress.impl.BridgeTaskSupport":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.platform.ide.progress.suspender.TaskSuspenderElement@5e83a4b3, kotlinx.coroutines.UndispatchedMarker@322ec1b9, com.intellij.platform.util.progress.ProgressStepElement@6949399a, Dispatchers.Default]
						at com.intellij.openapi.progress.impl.BridgeTaskSupport$withBridgeBackgroundProgress$3$1$1.invokeSuspend(BridgeTaskSupport.kt:56)
			- "com.intellij.codeInsight.inline.completion.listeners.InlineCompletionEditorListener":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.codeInsight.inline.completion.listeners.InlineCompletionEditorListener":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.inline.completion.listeners.InlineCompletionEditorListener":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.codeInsight.inline.completion.utils.SafeInlineCompletionExecutor$1.invokeSuspend(SafeInlineCompletionExecutor.kt:36)
			- "(ApplicationImpl@196461704 x com.google.gct.directaccess)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.google.gct.directaccess.DirectAccessOnboardingService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.google.gct.directaccess.DirectAccessOnboardingService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.google.gct.directaccess.DirectAccessOnboardingService$taskFlow$1$1.invokeSuspend(DirectAccessOnboardingService.kt:59)
						- "com.google.gct.directaccess.DirectAccessOnboardingService":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
				- "com.google.gct.directaccess.DirectAccessApplicationService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.google.gct.directaccess.CloudClientService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.google.gct.directaccess.CloudClientService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215)
					- "com.google.gct.directaccess.CloudClientService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.google.services.firebase.directaccess.client.CloudClient$1.invokeSuspend(CloudClient.kt:77)
					- "com.google.gct.directaccess.CloudClientService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.google.gct.directaccess.CloudClientService$1.invokeSuspend(CloudClientService.kt:48)
			- "com.intellij.util.gist.GistManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.IdeStartUpPerformanceService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.codeInsight.highlighting.BackgroundHighlighter":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.openapi.updateSettings.impl.UpdateCheckerHelper":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.ide.OsDataLogger":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.bookmarks.frontend.LineBookmarkActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.debugger.impl.frontend.evaluate.quick.common.ValueLookupManagerProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.debugger.impl.frontend.FrontendXDebuggerInitializationProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.editor.frontend.FrontendEditorHandler":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.jetbrains.performancePlugin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.jetbrains.performancePlugin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.performancePlugin.PerformanceTestTotalTimeTimer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.performancePlugin.ProjectIndexingComponent":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.android.tools.design)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.android.tools.design))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.common.error.IssuePanelProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.compose.preview.ComposeNewPreviewNotificationManager$MyStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.dvcs.repo.rhizome.RepositoryCountUpdater":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.openapi.updateSettings.impl.PluginAutoUpdateService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "Download manager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.openapi.updateSettings.impl.PluginAutoUpdateService$launchDownloadManager$1.invokeSuspend(PluginAutoUpdateService.kt:75)
			- "com.intellij.diagnostic.IdeHeartbeatEventReporterService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.diagnostic.IdeHeartbeatEventReporterService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at com.intellij.diagnostic.IdeHeartbeatEventReporterService.heartBeatRoutine(IdeHeartbeatEventReporter.kt:123)
					at com.intellij.diagnostic.IdeHeartbeatEventReporterService$1.invokeSuspend(IdeHeartbeatEventReporter.kt:52)
			- "com.intellij.diagnostic.opentelemetry.JVMStatsToOTelReporter$ReportingService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.execution.dashboard.RunDashboardCheckerActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLoggingActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.gradleCodeInsightCommon.native.KotlinNativeABICompatibilityChecker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.ui.IconCalculatingService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.ide.IdeTooltipManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.IdeTooltipManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at com.intellij.ide.IdeTooltipManager$3.invokeSuspend(IdeTooltipManager.kt:147)
					- "com.intellij.ide.IdeTooltipManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
				- "com.intellij.ide.IdeTooltipManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at com.intellij.ide.IdeTooltipManager$4.invokeSuspend(IdeTooltipManager.kt:160)
					- "com.intellij.ide.IdeTooltipManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- "ApplicationImpl@196461704 container":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
				at com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEventScheduler$initialize$1.invokeSuspend(FeatureUsageSettingsEventScheduler.kt:32)
			- "com.intellij.openapi.projectRoots.impl.jdkDownloader.JdkUpdaterNotifications":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.projectRoots.impl.jdkDownloader.JdkUpdaterNotifications":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at com.intellij.openapi.projectRoots.impl.jdkDownloader.JdkUpdaterNotifications$1.invokeSuspend(JdkUpdaterActions.kt:42)
					- "com.intellij.openapi.projectRoots.impl.jdkDownloader.JdkUpdaterNotifications":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
						- "com.intellij.openapi.projectRoots.impl.jdkDownloader.JdkUpdaterNotifications":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
			- "com.intellij.ide.AppIdleMemoryCleaner":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
					at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
					at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
					- "com.intellij.ide.AppIdleMemoryCleaner":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at kotlinx.coroutines.flow.FlowKt__TransformKt$runningFold$$inlined$unsafeFlow$1.collect(Transform.kt:114)
						- "com.intellij.ide.AppIdleMemoryCleaner":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowMerge$collectTo$2.emit(Merge.kt:62)
							at kotlinx.coroutines.flow.FlowKt__MergeKt$flatMapMerge$$inlined$map$1$2.emit(Merge.kt:219)
							at fleet.kernel.rete.ReteKt$asValuesFlow$$inlined$map$1$2.emit(Rete.kt:219)
							at fleet.kernel.rete.ReteKt$matchesFlow$$inlined$mapNotNull$1$2.emit(Rete.kt:222)
							at kotlinx.coroutines.flow.FlowKt__BuildersKt$asFlow$$inlined$unsafeFlow$3.collect(Builders.kt:114)
							at kotlinx.coroutines.flow.FlowKt__MergeKt$flattenConcat$1$1.emit(Merge.kt:79)
							at kotlinx.coroutines.flow.FlowKt__MergeKt$flatMapConcat$$inlined$map$1$2.emit(Merge.kt:219)
							at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@6a0e8cb2 NodeId(id=116165980454912) (kotlin.Unit, (51 536875172)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@1f344cd1 NodeId(id=116170275422208) (kotlin.Unit, (51 536875173)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@5c51d5b8 NodeId(id=116213225095168) (kotlin.Unit, (51 536875174)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@7c74a241 NodeId(id=116243289866240) (kotlin.Unit, (51 536875175)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@6201da61 NodeId(id=116269059670016) (kotlin.Unit, (51 536875176)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@5fee4034 NodeId(id=116290534506496) (kotlin.Unit, (51 536875177)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@d40b264 NodeId(id=116316304310272) (kotlin.Unit, (51 536875178)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@54ff6f27 NodeId(id=116342074114048) (kotlin.Unit, (51 536875179)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@3841650b NodeId(id=116367843917824) (kotlin.Unit, (51 536875180)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@15036dd7 NodeId(id=116393613721600) (kotlin.Unit, (51 536875181)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@1d583e81 NodeId(id=116419383525376) (kotlin.Unit, (51 536875182)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@3271ec5a NodeId(id=116445153329152) (kotlin.Unit, (51 536875183)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@12bae22 NodeId(id=116470923132928) (kotlin.Unit, (51 536875184)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@fc80605 NodeId(id=116496692936704) (kotlin.Unit, (51 536875185)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@53b89d4b NodeId(id=116522462740480) (kotlin.Unit, (51 536875186)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
								at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
								at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
								at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
								at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
								at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
								at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
								- "com.intellij.ide.AppIdleMemoryCleaner":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, kotlinx.coroutines.UndispatchedMarker@322ec1b9, ContextMatches(matches=[(JobImpl{Active}@6e96a85a NodeId(id=116548232544256) (kotlin.Unit, (51 536875187)))]), Dispatchers.Default]
									at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
									at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
									at com.intellij.ide.AppIdleMemoryCleanerKt$hasActiveBackgroundTasksStateFlow$1$1$1.invokeSuspend(AppIdleMemoryCleaner.kt:141)
									at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
									at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
									at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
				- "com.intellij.ide.AppIdleMemoryCleaner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:402)
					at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)
			- "com.intellij.openapi.projectRoots.impl.jdkDownloader.JdkAuto$ServiceScope":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.google.gct.testing)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.internal.statistic.eventLog.EventLogListenersManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.platform.feedback.impl.IdleFeedbackResolver":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.turboComplete)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.ide.ui.laf.MnemonicListenerService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "LaF Mnemonic Support":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at com.intellij.ide.ui.laf.MnemonicListenerService$1.invokeSuspend(LaFMnemonicDispatcher.kt:57)
					- "LaF Mnemonic Support":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
						- "LaF Mnemonic Support":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
			- "(ApplicationImpl@196461704 x androidx.compose.plugins.idea)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.ide.ui.LafFlowService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.ui.LafFlowService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at kotlinx.coroutines.flow.FlowKt__EmittersKt$onStart$$inlined$unsafeFlow$1.collect(Emitters.kt:119)
					at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
					- "com.intellij.ide.ui.LafFlowService":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.ide.ui.LafFlowServiceKt$flow$1.invokeSuspend(LafFlowService.kt:51)
				- "com.intellij.ide.ui.LafFlowService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
					at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
					at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
					-[x3 of] "com.intellij.ide.ui.LafFlowService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
			- "com.intellij.ide.ui.search.SearchableOptionsRegistrarImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x org.jetbrains.settingsRepository)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "org.jetbrains.settingsRepository.IcsManagerService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "(ApplicationImpl@196461704 x com.intellij.dev)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "DefaultProjectImpl@2017163899 container":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.intellij.copyright)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.intellij.platform.images)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.intellij.modules.json)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x org.editorconfig.editorconfigjetbrains)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x org.jetbrains.plugins.yaml)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.intellij.gradle)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.intellij.cidr.base)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.intellij.cidr.lang.clangd)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.intellij.cidr.lang)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.jetbrains.sh)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				-[x10 of] "(DefaultProjectImpl@2017163899 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.intellij.completion.ml.ranking)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				-[x2 of] "(DefaultProjectImpl@2017163899 x com.intellij.java)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				-[x9 of] "(DefaultProjectImpl@2017163899 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.jetbrains.performancePlugin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x org.intellij.intelliLang)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x org.intellij.groovy)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x Coverage)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x IdeaVIM)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x Git4Idea)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x org.jetbrains.plugins.gradle)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x org.jetbrains.android)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.android.tools.design)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.google.urlassistant)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.google.services.firebase)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.google.gct.testing)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.intellij.configurationScript)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.android.tools.ndk)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.android.tools.apk)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(DefaultProjectImpl@2017163899 x com.google.tools.ij.aiplugin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.client.ClientProjectSessionsManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.codeInsight.multiverse.CodeInsightContextManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.multiverse.CodeInsightContextManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.codeInsight.multiverse.CodeInsightContextManagerImpl$subscribeToChanges$1.invokeSuspend(CodeInsightContextManagerImpl.kt:78)
						- "com.intellij.codeInsight.multiverse.CodeInsightContextManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.codeInsight.multiverse.CodeInsightContextManagerImpl":ProducerCoroutine{Completing} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								- "com.intellij.codeInsight.multiverse.CodeInsightContextManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:92)
				- "com.intellij.workspaceModel.ide.impl.WorkspaceModelImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
						at com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl$2.invokeSuspend(WorkspaceModelCacheImpl.kt:84)
						- "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
				- "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents$1.invokeSuspend(FeatureUsageSettingsEvents.kt:60)
				- "com.intellij.workspaceModel.ide.impl.legacyBridge.project.ProjectRootManagerBridge":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.workspaceModel.ide.impl.legacyBridge.module.ModuleManagerComponentBridge":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(DefaultProjectImpl@2017163899), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			-[x97 of] "ApplicationImpl@196461704 container":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "ProjectImpl@1792543179 container":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "project service preloading":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "project activities":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.PluginStartup":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerStatusBarUpdater":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.codeInsight.daemon.impl.StatusBarUpdaterKt.initStatusBarUpdater(StatusBarUpdater.kt:60)
							at com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerStatusBarUpdater$execute$2.invokeSuspend(StatusBarUpdater.kt:35)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
							- "run activity":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
								at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "run activity":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
					- "com.intellij.openapi.wm.impl.WindowDressingStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.actions.ReaderModeEditorSettingsListener":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.navigation.InitCtrlMouseHandlerActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.facet.impl.pointers.FacetPointersPostStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.execution.runToolbar.RunToolbarInitializeService":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.usages.impl.rules.UsageFilteringRulesActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.workspaceModel.ide.impl.WorkspaceEntitiesLifecycleActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.intellij.workspaceModel.ide.impl.WorkspaceEntitiesLifecycleActivity$execute$2.invokeSuspend(WorkspaceEntitiesLifecycleActivity.kt:35)
							at com.intellij.workspaceModel.ide.impl.WorkspaceEntitiesLifecycleActivity.execute(WorkspaceEntitiesLifecycleActivity.kt:24)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
					- "com.intellij.workspaceModel.ide.impl.OrphanageActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.actions.IdeScalePostStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.fileTypes.impl.ApproveRemovedMappingsActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vfs.encoding.EncodingProjectManagerStartUpActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.ui.localization.statistics.StartupStatisticsListener":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.actions.PowerSaveModeNotifier":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.actions.EssentialHighlightingNotifier":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.xml.breadcrumbs.BreadcrumbsInitializingActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.execution.startup.ProjectStartupRunner":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.diagnostic.AnalyzePendingSnapshotActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.StartupMetricCollector":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.startup.CheckProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.intellij.ide.startup.CheckProjectActivity.execute(CheckProjectActivity.kt:30)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
					- "com.intellij.execution.impl.RunConfigurationFeatureCollector":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.intellij.execution.impl.RunConfigurationFeatureCollector.execute(RunConfigurationFeatureCollector.kt:25)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
					- "com.intellij.util.indexing.projectFilter.ProjectIndexableFilesFilterHealthCheckStarter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.intellij.util.indexing.projectFilter.ProjectIndexableFilesFilterHealthCheckStarter.execute(ProjectIndexableFilesFilterHealthCheck.kt:57)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
					- "com.intellij.codeInsight.folding.impl.FoldingHintPostStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.codeVision.CodeVisionInitializer$CodeVisionInitializerStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.scratch.workspace.ScratchWorkspaceStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.intellij.ide.scratch.workspace.ScratchWorkspaceStartupActivity$execute$2.invokeSuspend(ScratchWorkspaceStartupActivity.kt:30)
							at com.intellij.ide.scratch.workspace.ScratchWorkspaceStartupActivity.execute(ScratchWorkspaceStartupActivity.kt:23)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
					- "com.intellij.codeInsight.highlighting.BackgroundHighlighterProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.documentation.DocumentationSettingsListener":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.bookmark.BookmarksStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.projectRoots.impl.UnknownSdkStartupChecker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.intellij.openapi.projectRoots.impl.UnknownSdkStartupChecker.execute(UnknownSdkStartupChecker.kt:31)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
					- "com.intellij.refactoring.suggested.SuggestedRefactoringProviderImpl$Startup":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.tasks.impl.TaskManagerStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: RUNNING [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.amazon.ion.impl.IonReaderContinuableCoreBinary.readVarUInt_1_0(IonReaderContinuableCoreBinary.java:163)
							at com.amazon.ion.impl.IonReaderContinuableApplicationBinary.startsWithIonSymbolTable(IonReaderContinuableApplicationBinary.java:885)
							at com.amazon.ion.impl.IonReaderContinuableApplicationBinary.isPositionedOnSymbolTable(IonReaderContinuableApplicationBinary.java:896)
							at com.amazon.ion.impl.IonReaderContinuableApplicationBinary.nextValue(IonReaderContinuableApplicationBinary.java:912)
							at com.amazon.ion.impl.IonReaderContinuableTopLevelBinary.next(IonReaderContinuableTopLevelBinary.java:168)
							at com.intellij.serialization.BeanBinding.createUsingCustomConstructor(BeanBinding.kt:203)
							at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:249)
							at com.intellij.serialization.PolymorphicBinding.doDeserialize(PolymorphicBinding.kt:53)
							at com.intellij.serialization.PolymorphicBinding.deserialize(PolymorphicBinding.kt:19)
							at com.intellij.serialization.BeanBinding.readIntoObject(BeanBinding.kt:292)
							at com.intellij.serialization.BeanBinding.readIntoObject$default(BeanBinding.kt:264)
							at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:259)
							at com.intellij.serialization.BaseCollectionBinding.readInto(BaseCollectionBinding.kt:29)
							at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:91)
							at com.intellij.serialization.BeanBinding.readIntoObject(BeanBinding.kt:292)
							at com.intellij.serialization.BeanBinding.readIntoObject$default(BeanBinding.kt:264)
							at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:259)
							at com.intellij.serialization.BaseCollectionBinding.readInto(BaseCollectionBinding.kt:29)
							at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:91)
							at com.intellij.serialization.BeanBinding.readIntoObject(BeanBinding.kt:292)
							at com.intellij.serialization.BeanBinding.readIntoObject$default(BeanBinding.kt:264)
							at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:259)
							at com.intellij.serialization.BaseCollectionBinding.readInto(BaseCollectionBinding.kt:29)
							at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:91)
							at com.intellij.serialization.BeanBinding.readIntoObject(BeanBinding.kt:292)
							at com.intellij.serialization.BeanBinding.readIntoObject$default(BeanBinding.kt:264)
							at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:259)
							at com.intellij.serialization.Binding.deserialize(Binding.kt:16)
							at com.intellij.serialization.BeanBinding.readIntoObject(BeanBinding.kt:292)
							at com.intellij.serialization.BeanBinding.readIntoObject$default(BeanBinding.kt:264)
							at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:259)
							at com.intellij.serialization.BaseCollectionBinding.readInto(BaseCollectionBinding.kt:29)
							at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:27)
							at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:17)
							at com.intellij.serialization.IonObjectSerializer.doRead(IonObjectSerializer.kt:149)
							at com.intellij.serialization.IonObjectSerializer.readVersioned(IonObjectSerializer.kt:97)
							at com.intellij.serialization.VersionedFile.readAndHandleErrors(VersionedFile.kt:75)
							at com.intellij.serialization.VersionedFile.readList(VersionedFile.kt:57)
							at com.intellij.serialization.VersionedFile.readList$default(VersionedFile.kt:51)
							at com.intellij.serialization.VersionedFile.readList(VersionedFile.kt)
							at com.intellij.openapi.externalSystem.service.project.manage.ExternalProjectsDataStorage.load(ExternalProjectsDataStorage.java:413)
							at com.intellij.openapi.externalSystem.service.project.manage.ExternalProjectsDataStorage.load(ExternalProjectsDataStorage.java:116)
							at com.intellij.openapi.externalSystem.service.project.manage.ExternalProjectsManagerImpl.init(ExternalProjectsManagerImpl.java:189)
							at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity$execute$2.invokeSuspend$lambda$1(ExternalSystemStartupActivity.kt:33)
							at com.intellij.openapi.progress.CoroutinesKt.blockingContextInner(coroutines.kt:345)
							at com.intellij.openapi.progress.CoroutinesKt$blockingContext$2.invokeSuspend(coroutines.kt:237)
							at com.intellij.openapi.progress.CoroutinesKt$blockingContext$2.invoke(coroutines.kt)
							at com.intellij.openapi.progress.CoroutinesKt$blockingContext$2.invoke(coroutines.kt)
							at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62)
							at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:261)
							at com.intellij.openapi.progress.CoroutinesKt.blockingContext(coroutines.kt:236)
							at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity$execute$2.invokeSuspend(ExternalSystemStartupActivity.kt:32)
							at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity$execute$2.invoke(ExternalSystemStartupActivity.kt)
							at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity$execute$2.invoke(ExternalSystemStartupActivity.kt)
							at com.intellij.platform.backend.observation.PlatformActivityTrackerService$trackConfigurationActivity$2$1.invokeSuspend(PlatformActivityTrackerService.kt:71)
							at com.intellij.platform.backend.observation.PlatformActivityTrackerService$trackConfigurationActivity$2$1.invoke(PlatformActivityTrackerService.kt)
							at com.intellij.platform.backend.observation.PlatformActivityTrackerService$trackConfigurationActivity$2$1.invoke(PlatformActivityTrackerService.kt)
							at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62)
							at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:163)
							at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
							at com.intellij.platform.backend.observation.PlatformActivityTrackerService.trackConfigurationActivity(PlatformActivityTrackerService.kt:70)
							at com.intellij.platform.backend.observation.TrackingUtil.trackActivity(util.kt:23)
							at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity.execute(ExternalSystemStartupActivity.kt:27)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
					- "org.jetbrains.plugins.terminal.block.GenOneTerminalOptionHidingActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.gradle.service.project.GradleStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.gradle.service.project.GradleVersionUpdateStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.gradle.service.project.GradleHeadlessLoggingProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.editor.CidrSettingCorrectionOnStartup":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.workspace.OCWorkspaceImpl$InitializationActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.project.ui.notifications.AddFocusListenerForNotificationsActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.highlighting.ClangPPMatchingHighlighter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.daemon.clang.clangd.startup.ClangProjectScanStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.daemon.clang.clangd.startup.ClangdStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.daemon.clang.clangd.startup.ClangTidyUpdateStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.daemon.clang.clangd.startup.ClangdBridgeStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.impl.VcsInitialization$StartUpActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.changes.shelf.ShelveChangeManagerProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.update.RestoreUpdateTree$RestoreUpdateTreeStartUpActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.vcs.log.impl.VcsProjectLog$InitLogStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.bookmarks.frontend.LineBookmarkActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.debugger.impl.frontend.evaluate.quick.common.ValueLookupManagerProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.debugger.impl.frontend.FrontendXDebuggerInitializationProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.editor.frontend.FrontendEditorHandler":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.execution.serviceView.ServiceViewStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.SetupJavaProjectFromSourcesActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.framework.detection.impl.FrameworkDetectionManagerProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.execution.testDiscovery.TestDiscoveryIndex$MyPostStartUpActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.projectRoots.impl.ExistingJdkConfigurationActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.projectRoots.impl.ExternalJavaConfigurationActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.daemon.problems.pass.ProjectProblemFileSelectionListenerStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.projectRoots.JavaVersionChecker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.warmup.JdkWarmupProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.daemon.impl.IdeaLibDependencyNotifier":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.jarRepository.RepositoryLibrarySynchronizer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.pom.java.AcceptedLanguageLevelsSettingsStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.FileNotInSourceRootChecker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.java.compiler.charts.jps.CompilationChartsProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.vermouthx.xcodetheme.activities.XcTStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.framework.CreateKotlinSdkActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.macros.KotlinBundledUsageDetector$MyStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.macros.KotlinBundledRefresher":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.debugger.core.filter.JvmDebuggerAddFilterStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.base.projectStructure.forwardDeclarations.KotlinForwardDeclarationsStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.PluginStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.onboarding.k2.satisfaction.survey.K2OnboardingPostStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.base.analysisApiPlatform.IdeKotlinStatisticsStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.performancePlugin.PerformanceTestTotalTimeTimer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.groovy.annotator.intentions.dynamic.DynamicMembersStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.internal.statistic.updater.StatisticsStateCollectorsScheduler$MyStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "pro.monokai.Startup":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.handler.EditorHandlersChainLogger":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.handler.KeymapChecker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.handler.CopilotKeymapCorrector":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.extension.nerdtree.NerdTree$NerdStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.stash.ui.GitStashStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.repo.GitCommitTemplateTracker$GitCommitTemplateTrackerStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.commit.GitMergeCommitMessageActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.gradle.startup.GradleJvmStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.res.AndroidPsiTreeChangeListener$MyProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.startup.ClearResourceCacheAfterFirstBuild$MyStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.imports.AutoRefresherForMavenClassRegistry":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.model.MergedManifestRefreshListener$SubscriptionStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.model.MergedManifestModificationListener$SubscriptionStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.ndk.PageAlignProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.nav.safeargs.project.NavigationResourcesModificationListener$SubscriptionStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.gradle.project.AndroidNewProjectInitializationStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.gradle.project.AndroidGradleProjectStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.android.tools.idea.gradle.project.AndroidGradleProjectStartupActivity$StartupService$performStartupActivity$2$1.invokeSuspend(AndroidGradleProjectStartupActivity.kt:119)
							at com.android.tools.idea.gradle.project.AndroidGradleProjectStartupActivity$StartupService$performStartupActivity$2.invokeSuspend(AndroidGradleProjectStartupActivity.kt:111)
							at com.android.tools.idea.gradle.project.AndroidGradleProjectStartupService.runInitialization(AndroidGradleProjectStartupService.kt:31)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
							- CompletableDeferredImpl{Active}
					- "com.android.tools.idea.stats.GcPauseWatcher":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.serverflags.ServerFlagDownloader$Initializer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.diagnostics.DiagnosticsReportCleaner":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.project.LibraryToolWindowInitializer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.startup.ProjectMetricsInitializer$MyStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.gradle.project.sync.GradleFilesProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.gradle.project.AndroidStudioProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.common.error.IssuePanelProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.compose.preview.ComposeNewPreviewNotificationManager$MyStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.ndk.sync.NativeStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.android.tools.ndk.sync.NativeStartupActivity.execute(NativeStartupActivity.kt:41)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
					- "com.android.tools.idea.apk.ApkProjectStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.studio.ml.bot.configuration.NotifyUserToShareContextActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.studio.ml.bot.action.internal.IntegrationTestingStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.studio.ml.bot.configuration.SmlConfigReporterActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.execution.ui.ExecutionReasonableHistoryManager":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.ProjectWindowCustomizerListener":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.updateSettings.impl.UpdateCheckerProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.script.IdeStartupScripts":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.database.datagrid.DataGridStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.android.AndroidStartupManager":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.wm.impl.LibraryDependentToolWindowManager":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.wm.impl.LibraryDependentToolWindowManager$execute$2.invokeSuspend(LibraryDependentToolWindowManager.kt:67)
							at com.intellij.openapi.wm.impl.LibraryDependentToolWindowManager.execute(LibraryDependentToolWindowManager.kt:38)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
							- "run activity":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
								at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "run activity":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
					- "com.intellij.workspaceModel.ide.impl.VirtualFileUrlsLazyInitializer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.workspaceModel.ide.impl.WorkspaceModelCachesInvalidatorBackgroundActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.diagnostic.IdeHeartbeatEventReporter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.featureStatistics.InternalFlagDetection":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.updateSettings.impl.pluginsAdvertisement.PluginsAdvertiserStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.projectRoots.impl.jdkDownloader.JdkUpdaterStartup":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.intellij.openapi.projectRoots.impl.jdkDownloader.JdkUpdaterStartup.execute(JdkUpdater.kt:58)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
					- "com.intellij.accessibility.AccessibilityUsageTrackerCollector$CollectStatisticsTask":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.plugins.LanguagePluginDetectionStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.notification.impl.RemindLaterActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.plugins.DependencyFeatureCollector":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.diagnostic.opentelemetry.JVMStatsToOTelReporter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vfs.newvfs.monitoring.VFSInitializationConditionsToFusReporter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.workspaceModel.ide.impl.jps.serialization.DelayedProjectSynchronizer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.facet.FacetTypeFeatureCollector":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.feedback.csat.CsatNewUserTracker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.externalSystem.autolink.UnlinkedProjectStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.externalSystem.service.project.manage.ReprocessContentRootDataActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.spellchecker.grazie.GrazieSpellCheckerEngine$SpellerLoadActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.ChangesToolwindowPassCache":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.execution.dashboard.RunDashboardCheckerActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.compiler.cache.CompilerCacheStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.packaging.impl.artifacts.ArtifactTypeFeatureCollector":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.compiler.backwardRefs.IsUpToDateCheckStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					-[x2 of] "org.jetbrains.kotlin.idea.update.KotlinPluginUpdateCheckerStartActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLoggingActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.ignore.GitIgnoreInStoreDirGeneratorActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.config.GitSetupProjectConfig":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.repo.GitShallowRepositoryCheck":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.commit.GitModalCommitSettingMigrator":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.index.GitStageStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.commit.signing.GpgAgentConfiguratorStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector$Initializer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.gradleCodeInsightCommon.native.KotlinNativeABICompatibilityChecker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.adblib.DeviceCableMonitor":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.android.sdklib.deviceprovisioner.FlowUtilKt$trackSetChanges$1.invokeSuspend(FlowUtil.kt:46)
							at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
					- "com.android.tools.idea.adblib.DeviceStateReporter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.adblib.AdbServerStatusReporter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.platform.project.ProjectEntitiesStorage$ProjectEntityScopeService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.project.ProjectEntitiesStorage$ProjectEntityScopeService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:35)
				- "(ProjectImpl@1792543179 x com.intellij.copyright)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.intellij.platform.images)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.intellij.modules.json)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x org.editorconfig.editorconfigjetbrains)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x org.jetbrains.plugins.yaml)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.intellij.gradle)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.intellij.cidr.base)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.project.ui.widget.ProjectStatusScopeProviderService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "CLion Widget Status Preemptive Coroutine Scope":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.project.ui.notifications.EditorProjectNotificationPanelService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.intellij.cidr.lang.clangd)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.daemon.clang.clangd.startup.ClangdStartupScopeHolder":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.daemon.clang.ClangdCoroutineService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.daemon.clang.clangd.ClangToolsWslService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "com.jetbrains.cidr.lang.daemon.clang.clangd.ClangToolsWslService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.jetbrains.cidr.lang.daemon.clang.clangd.ClangToolsWslService$attachListener$1.invokeSuspend(ClangToolsWslService.kt:137)
							- "com.jetbrains.cidr.lang.daemon.clang.clangd.ClangToolsWslService":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
				- "(ProjectImpl@1792543179 x com.intellij.cidr.lang)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.symbols.symtable.FileSymbolTablesCache":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "PeriodicSerializationTask":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
							- "PeriodicSerializationTask":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at com.jetbrains.cidr.lang.symbols.symtable.PeriodicBackgroundTask$schedule$1$1.invokeSuspend(PeriodicBackgroundTask.kt:61)
								at com.intellij.platform.util.coroutines.sync.DropOldestSemaphoreBase$withPermit$2.invokeSuspend(OverflowSemaphore.kt:146)
								at com.jetbrains.cidr.lang.symbols.symtable.PeriodicBackgroundTask$schedule$1.invokeSuspend(PeriodicBackgroundTask.kt:60)
					- "com.jetbrains.cidr.lang.modulemap.serialization.ModuleMapSerializationServiceImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.jetbrains.sh)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.impl.FileStatusManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.impl.ProjectLevelVcsManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.changes.ChangeListManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.vcs.commit.CommitModeManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.impl.VcsInitialization":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.changes.shelf.ShelveChangesManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.changes.VcsIgnoreManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.impl.LineStatusTrackerManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.impl.ModuleVcsDetector":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.changes.VcsDirtyScopeManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.changes.VcsDirtyScopeVfsListener":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.roots.VcsRootScanner":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "com.intellij.openapi.vcs.roots.VcsRootScanner":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.vcs.roots.VcsRootScanner$4.invokeSuspend(VcsRootScanner.kt:65)
							- "com.intellij.openapi.vcs.roots.VcsRootScanner":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
								at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "com.intellij.openapi.vcs.roots.VcsRootScanner":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
				- "(ProjectImpl@1792543179 x com.intellij.completion.ml.ranking)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.completion.ml.ngram.NGramModelRunnerManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.vcs.log.impl.VcsProjectLog":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "Close VCS log":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:35)
				-[x7 of] "(ProjectImpl@1792543179 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.debugger.impl.frontend.hotswap.FrontendHotSwapManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "com.intellij.platform.debugger.impl.frontend.hotswap.FrontendHotSwapManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.platform.debugger.impl.frontend.hotswap.FrontendHotSwapManager$frontendStatusFlow$1$1.invokeSuspend(FrontendHotSwapManager.kt:28)
							- "com.intellij.platform.debugger.impl.frontend.hotswap.FrontendHotSwapManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "com.intellij.platform.debugger.impl.frontend.hotswap.FrontendHotSwapManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
									- "com.intellij.platform.debugger.impl.frontend.hotswap.FrontendHotSwapManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.kernel.backend.BackendEntityUtilsKt$withNullableIDsFlow$1.invokeSuspend(BackendEntityUtils.kt:61)
										- "com.intellij.platform.debugger.impl.frontend.hotswap.FrontendHotSwapManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
											at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
											at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
											at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
											at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
											at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
											at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
											- "com.intellij.platform.debugger.impl.frontend.hotswap.FrontendHotSwapManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
												at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "com.intellij.platform.debugger.impl.frontend.hotswap.FrontendHotSwapManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
									- "com.intellij.platform.debugger.impl.frontend.hotswap.FrontendHotSwapManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
										at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
						- "com.intellij.platform.debugger.impl.frontend.hotswap.FrontendHotSwapManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.platform.debugger.impl.frontend.hotswap.HotSwapFloatingToolbarProvider$register$job$1.invokeSuspend(HotSwapFloatingToolbarProvider.kt:208)
							- "com.intellij.platform.debugger.impl.frontend.hotswap.FrontendHotSwapManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
					- "com.intellij.platform.debugger.impl.frontend.evaluate.quick.common.ValueLookupManagerSubscriptionService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "com.intellij.platform.debugger.impl.frontend.evaluate.quick.common.ValueLookupManagerSubscriptionService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.IO]
							at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
							at com.intellij.platform.debugger.impl.frontend.evaluate.quick.common.ValueLookupManagerSubscriptionsKt$subscribeForDebuggingStart$1.invokeSuspend(ValueLookupManagerSubscriptions.kt:21)
						- "com.intellij.platform.debugger.impl.frontend.evaluate.quick.common.ValueLookupManagerSubscriptionService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.IO]
							at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
							at com.intellij.platform.debugger.impl.frontend.evaluate.quick.common.ValueLookupManagerSubscriptionsKt$subscribeForValueHintHideRequest$1.invokeSuspend(ValueLookupManagerSubscriptions.kt:31)
					- "com.intellij.platform.debugger.impl.frontend.FrontendXDebuggerManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "com.intellij.platform.debugger.impl.frontend.FrontendXDebuggerManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
							- "com.intellij.platform.debugger.impl.frontend.FrontendXDebuggerManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.platform.debugger.impl.frontend.FrontendXDebuggerManager$currentSession$1.invokeSuspend(FrontendXDebuggerManager.kt:20)
								- "com.intellij.platform.debugger.impl.frontend.FrontendXDebuggerManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
									- "com.intellij.platform.debugger.impl.frontend.FrontendXDebuggerManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
										at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
				- "(ProjectImpl@1792543179 x com.intellij.java)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.jarRepository.RepositoryLibraryUtils":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
							at com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor$1.invokeSuspend(ProjectProblemFileSelectionListener.kt:129)
							- "com.intellij.codeInsight.daemon.problems.pass.ProjectPsiChangesProcessor":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					- "com.intellij.ide.FileNotInSourceRootService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.jarRepository.LibraryIdSynchronizationQueue":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "com.intellij.jarRepository.LibraryIdSynchronizationQueue":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at com.intellij.jarRepository.LibraryIdSynchronizationQueue$1.invokeSuspend(LibraryIdSynchronizationQueue.kt:35)
					- "com.intellij.openapi.projectRoots.impl.ExternalJavaConfigurationService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.intellij.java)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.macros.KotlinBundledUsageDetector":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.core.script.configuration.CompositeScriptConfigurationManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.core.KotlinPluginDisposable":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.base.projectStructure.forwardDeclarations.KotlinForwardDeclarationsModelChangeService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "org.jetbrains.kotlin.idea.base.projectStructure.forwardDeclarations.KotlinForwardDeclarationsModelChangeService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at org.jetbrains.kotlin.idea.base.projectStructure.forwardDeclarations.KotlinForwardDeclarationsModelChangeService$1.invokeSuspend(KotlinForwardDeclarationsModelChangeService.kt:41)
					- "org.jetbrains.kotlin.idea.configuration.KotlinProjectConfigurationService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.facet.KotlinFacetModificationTracker":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "org.jetbrains.kotlin.idea.facet.KotlinFacetModificationTracker":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at org.jetbrains.kotlin.idea.facet.KotlinFacetModificationTracker$1.invokeSuspend(KotlinFacetModificationTracker.kt:24)
					- "org.jetbrains.kotlin.idea.fir.extensions.KtCompilerPluginsProviderIdeImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "org.jetbrains.kotlin.idea.fir.extensions.KtCompilerPluginsProviderIdeImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at org.jetbrains.kotlin.idea.fir.extensions.KtCompilerPluginsProviderIdeImpl$1.invokeSuspend(KtCompilerPluginsProviderIdeImpl.kt:74)
				-[x9 of] "(ProjectImpl@1792543179 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x org.jetbrains.kotlin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLogger":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLogger":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLogger$setup$1.invokeSuspend(KotlinGradleFUSLogger.kt:158)
						- "org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLogger":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLogger$setup$2.invokeSuspend(KotlinGradleFUSLogger.kt:166)
				- "(ProjectImpl@1792543179 x com.jetbrains.performancePlugin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x org.intellij.intelliLang)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x org.intellij.groovy)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x Coverage)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x IdeaVIM)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.handler.CopilotKeymapCorrectorService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "com.maddyhome.idea.vim.handler.CopilotKeymapCorrectorService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.maddyhome.idea.vim.handler.CopilotKeymapCorrectorService$start$1.invokeSuspend(CopilotKeymapCorrector.kt:59)
							- "com.maddyhome.idea.vim.handler.CopilotKeymapCorrectorService":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
								at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "com.maddyhome.idea.vim.handler.CopilotKeymapCorrectorService":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					- "com.maddyhome.idea.vim.handler.KeymapCheckerService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "com.maddyhome.idea.vim.handler.KeymapCheckerService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.maddyhome.idea.vim.handler.KeymapCheckerService$start$1.invokeSuspend(KeymapChecker.kt:60)
							- "com.maddyhome.idea.vim.handler.KeymapCheckerService":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
								at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "com.maddyhome.idea.vim.handler.KeymapCheckerService":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
				- "(ProjectImpl@1792543179 x Git4Idea)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.repo.GitRepositoryManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.GitDisposable":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "GitVcs":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
							-[x2 of] "GitVcs":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:35)
						- "GitRepositoryImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
							- "GitTagHolder":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.commit.GitMergeCommitMessageHolder":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.repo.GitCommitTemplateTracker":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.ignore.GitIgnoreInStoreDirGenerator":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.commit.signing.GpgAgentConfigurator":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "git4idea.commit.signing.GpgAgentConfigurator":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at git4idea.commit.signing.GpgAgentConfigurator$init$1.invokeSuspend(GpgAgentConfigurator.kt:99)
							- "git4idea.commit.signing.GpgAgentConfigurator":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at com.intellij.platform.util.coroutines.flow.FlowKt$debounceBatch$1.invokeSuspend(flow.kt:147)
					- "git4idea.commit.signing.GpgAgentConfigurationNotificator":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x org.jetbrains.plugins.gradle)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x org.jetbrains.android)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.nav.safeargs.project.NavigationResourcesModificationListener$Subscriber":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- SupervisorJobImpl{Active}
					- "com.android.tools.idea.gradle.project.sync.GradleFilesUpdater":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.android.AndroidStartupManager$ProjectDisposableScope":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.android.tools.design)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.google.urlassistant)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.google.services.firebase)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.google.gct.testing)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.intellij.configurationScript)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.android.tools.ndk)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.android.tools.apk)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.google.tools.ij.aiplugin)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.client.ClientProjectSessionsManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$1.invokeSuspend(FileEditorManagerImpl.kt:232)
						- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$1$invokeSuspend$$inlined$flatMapLatest$1.invokeSuspend(FileEditorManagerImpl.kt:189)
							- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$1$invokeSuspend$$inlined$flatMapLatest$2.invokeSuspend(FileEditorManagerImpl.kt:189)
					- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
						- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$special$$inlined$flatMapLatest$1.invokeSuspend(FileEditorManagerImpl.kt:189)
							- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$special$$inlined$flatMapLatest$2.invokeSuspend(FileEditorManagerImpl.kt:189)
								- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
					- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.platform.util.coroutines.flow.FlowKt$zipWithNext$1.invokeSuspend(flow.kt:107)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$2.invokeSuspend(FileEditorManagerImpl.kt:276)
					- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
					- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$4.invokeSuspend(FileEditorManagerImpl.kt:285)
						- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
					- "EditorSplitters file icon update":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.openapi.fileEditor.impl.MergingUpdateChannel.start(MergingUpdateChannel.kt:28)
						at com.intellij.openapi.fileEditor.impl.EditorsSplitters$3.invokeSuspend(EditorsSplitters.kt:211)
					- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215)
						- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at com.intellij.openapi.fileEditor.impl.EditorsSplitters$special$$inlined$flatMapLatest$1.invokeSuspend(EditorsSplitters.kt:189)
					- "EditorSplitters frame title update":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.openapi.fileEditor.impl.EditorsSplitters$5.invokeSuspend(EditorsSplitters.kt:236)
						- "EditorSplitters frame title update":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "EditorSplitters frame title update":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:402)
					- "FileEditorManagerImpl file update":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.openapi.fileEditor.impl.MergingUpdateChannel.start(MergingUpdateChannel.kt:28)
						at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$processFileUpdateRequests$1.invokeSuspend(FileEditorManagerImpl.kt:404)
					- "FileEditorManagerImpl file title update":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.openapi.fileEditor.impl.MergingUpdateChannel.start(MergingUpdateChannel.kt:28)
						at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$processFileUpdateRequests$2.invokeSuspend(FileEditorManagerImpl.kt:407)
					- "EditorWindow":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "EditorWindow":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.fileEditor.impl.EditorWindow$watchForTabActions$1.invokeSuspend(EditorWindow.kt:423)
							- "EditorWindow":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
						- "EditorWindow":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at com.intellij.ui.tabs.impl.JBTabsImpl$addTimerUpdate$1.invokeSuspend(JBTabsImpl.kt:790)
					- "EditorComposite(file=jar:///Users/patrick.elmquist1/.gradle/caches/modules-2/files-2.1/net.ikea.skapa/design/2.19.0/4b06939fa7774626a07a1fde97949073eadac636/design-2.19.0-sources.jar!/net/ikea/skapa/ui/components/IconButton.kt)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "EditorComposite(file=jar:///Users/patrick.elmquist1/.gradle/caches/modules-2/files-2.1/net.ikea.skapa/design/2.19.0/4b06939fa7774626a07a1fde97949073eadac636/design-2.19.0-sources.jar!/net/ikea/skapa/ui/components/IconButton.kt)":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, ModalityState.ANY, ClientId(value=Host), Dispatchers.Default]
							at com.intellij.openapi.fileEditor.impl.EditorComposite$2.invokeSuspend(EditorComposite.kt:157)
						- "EditorComposite(file=jar:///Users/patrick.elmquist1/.gradle/caches/modules-2/files-2.1/net.ikea.skapa/design/2.19.0/4b06939fa7774626a07a1fde97949073eadac636/design-2.19.0-sources.jar!/net/ikea/skapa/ui/components/IconButton.kt)":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$createCompositeByEditorWithModel$1.invokeSuspend(FileEditorManagerImpl.kt:1348)
						- "AsyncEditorLoader(file=IconButton.kt)":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, uninitialized, ModalityState.ANY]
							- "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, uninitialized, ModalityState.ANY]
								- "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default]
									at com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer.execute(FloatingCodeToolbarEditorCustomizer.kt:28)
									at com.intellij.openapi.fileEditor.impl.text.TextEditorImpl$2$1.invokeSuspend(TextEditorImpl.kt:101)
									- "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.openapi.actionSystem.impl.FloatingToolbar$1.invokeSuspend(FloatingToolbar.kt:72)
										- "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default]
											at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
											at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
											at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
											at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
											- "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default]
							- "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, uninitialized, ModalityState.ANY]
						- "EditorWindow":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.fileEditor.impl.EditorWindow$watchForTabActions$1.invokeSuspend(EditorWindow.kt:423)
							- "EditorWindow":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
					- "DockableEditorTabbedContainer":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "DockableEditorContainerFactory":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.openapi.fileEditor.impl.FileEditorManagerImpl$MyRootListener$rootChangedRequests$2$1.invokeSuspend(FileEditorManagerImpl.kt:1969)
						- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.openapi.fileEditor.impl.PsiAwareFileEditorManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
				- "com.intellij.workspaceModel.ide.impl.WorkspaceModelImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.project.ExternalStorageConfigurationManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
						at com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl$2.invokeSuspend(WorkspaceModelCacheImpl.kt:84)
						- "com.intellij.workspaceModel.ide.impl.WorkspaceModelCacheImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
				- "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.configurationStore.statistic.eventLog.FeatureUsageSettingsEvents$1.invokeSuspend(FeatureUsageSettingsEvents.kt:60)
				- "com.intellij.platform.backend.observation.PlatformActivityTrackerService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.gradleJava.scripting.ProjectGradleSettingsListener":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.gradleJava.scripting.roots.GradleBuildRootsManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.startup.impl.StartupManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: RUNNING [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$collectActiveTasks$1$1.invokeSuspend(TaskInfoEntityCollector.kt:52)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$collectActiveTasks$1.invokeSuspend(TaskInfoEntityCollector.kt:49)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4a2470b6 NodeId(id=116183160324096) (kotlin.Unit, (51 536875172)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4a2470b6 NodeId(id=116183160324096) (kotlin.Unit, (51 536875172)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4a2470b6 NodeId(id=116183160324096) (kotlin.Unit, (51 536875172)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4a2470b6 NodeId(id=116183160324096) (kotlin.Unit, (51 536875172)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4a2470b6 NodeId(id=116183160324096) (kotlin.Unit, (51 536875172)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4a2470b6 NodeId(id=116183160324096) (kotlin.Unit, (51 536875172)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4fc2aec7 NodeId(id=116178865356800) (kotlin.Unit, (51 536875173)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4fc2aec7 NodeId(id=116178865356800) (kotlin.Unit, (51 536875173)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4fc2aec7 NodeId(id=116178865356800) (kotlin.Unit, (51 536875173)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4fc2aec7 NodeId(id=116178865356800) (kotlin.Unit, (51 536875173)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4fc2aec7 NodeId(id=116178865356800) (kotlin.Unit, (51 536875173)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4fc2aec7 NodeId(id=116178865356800) (kotlin.Unit, (51 536875173)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@76e08ddb NodeId(id=116217520062464) (kotlin.Unit, (51 536875174)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@76e08ddb NodeId(id=116217520062464) (kotlin.Unit, (51 536875174)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@76e08ddb NodeId(id=116217520062464) (kotlin.Unit, (51 536875174)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@76e08ddb NodeId(id=116217520062464) (kotlin.Unit, (51 536875174)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@76e08ddb NodeId(id=116217520062464) (kotlin.Unit, (51 536875174)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@76e08ddb NodeId(id=116217520062464) (kotlin.Unit, (51 536875174)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2fcb3d8c NodeId(id=116238994898944) (kotlin.Unit, (51 536875175)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2fcb3d8c NodeId(id=116238994898944) (kotlin.Unit, (51 536875175)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2fcb3d8c NodeId(id=116238994898944) (kotlin.Unit, (51 536875175)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2fcb3d8c NodeId(id=116238994898944) (kotlin.Unit, (51 536875175)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2fcb3d8c NodeId(id=116238994898944) (kotlin.Unit, (51 536875175)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2fcb3d8c NodeId(id=116238994898944) (kotlin.Unit, (51 536875175)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@75250a24 NodeId(id=116264764702720) (kotlin.Unit, (51 536875176)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@75250a24 NodeId(id=116264764702720) (kotlin.Unit, (51 536875176)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@75250a24 NodeId(id=116264764702720) (kotlin.Unit, (51 536875176)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@75250a24 NodeId(id=116264764702720) (kotlin.Unit, (51 536875176)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@75250a24 NodeId(id=116264764702720) (kotlin.Unit, (51 536875176)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@75250a24 NodeId(id=116264764702720) (kotlin.Unit, (51 536875176)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1ced75f6 NodeId(id=116299124441088) (kotlin.Unit, (51 536875177)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1ced75f6 NodeId(id=116299124441088) (kotlin.Unit, (51 536875177)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1ced75f6 NodeId(id=116299124441088) (kotlin.Unit, (51 536875177)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1ced75f6 NodeId(id=116299124441088) (kotlin.Unit, (51 536875177)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1ced75f6 NodeId(id=116299124441088) (kotlin.Unit, (51 536875177)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1ced75f6 NodeId(id=116299124441088) (kotlin.Unit, (51 536875177)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6e91bde5 NodeId(id=116320599277568) (kotlin.Unit, (51 536875178)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6e91bde5 NodeId(id=116320599277568) (kotlin.Unit, (51 536875178)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6e91bde5 NodeId(id=116320599277568) (kotlin.Unit, (51 536875178)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6e91bde5 NodeId(id=116320599277568) (kotlin.Unit, (51 536875178)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6e91bde5 NodeId(id=116320599277568) (kotlin.Unit, (51 536875178)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6e91bde5 NodeId(id=116320599277568) (kotlin.Unit, (51 536875178)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1840cae6 NodeId(id=116350664048640) (kotlin.Unit, (51 536875179)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1840cae6 NodeId(id=116350664048640) (kotlin.Unit, (51 536875179)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1840cae6 NodeId(id=116350664048640) (kotlin.Unit, (51 536875179)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1840cae6 NodeId(id=116350664048640) (kotlin.Unit, (51 536875179)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1840cae6 NodeId(id=116350664048640) (kotlin.Unit, (51 536875179)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@1840cae6 NodeId(id=116350664048640) (kotlin.Unit, (51 536875179)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45e987e0 NodeId(id=116372138885120) (kotlin.Unit, (51 536875180)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45e987e0 NodeId(id=116372138885120) (kotlin.Unit, (51 536875180)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45e987e0 NodeId(id=116372138885120) (kotlin.Unit, (51 536875180)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45e987e0 NodeId(id=116372138885120) (kotlin.Unit, (51 536875180)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45e987e0 NodeId(id=116372138885120) (kotlin.Unit, (51 536875180)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45e987e0 NodeId(id=116372138885120) (kotlin.Unit, (51 536875180)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@325c086e NodeId(id=116397908688896) (kotlin.Unit, (51 536875181)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@325c086e NodeId(id=116397908688896) (kotlin.Unit, (51 536875181)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@325c086e NodeId(id=116397908688896) (kotlin.Unit, (51 536875181)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@325c086e NodeId(id=116397908688896) (kotlin.Unit, (51 536875181)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@325c086e NodeId(id=116397908688896) (kotlin.Unit, (51 536875181)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@325c086e NodeId(id=116397908688896) (kotlin.Unit, (51 536875181)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@51c1f555 NodeId(id=116423678492672) (kotlin.Unit, (51 536875182)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@51c1f555 NodeId(id=116423678492672) (kotlin.Unit, (51 536875182)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@51c1f555 NodeId(id=116423678492672) (kotlin.Unit, (51 536875182)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@51c1f555 NodeId(id=116423678492672) (kotlin.Unit, (51 536875182)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@51c1f555 NodeId(id=116423678492672) (kotlin.Unit, (51 536875182)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@51c1f555 NodeId(id=116423678492672) (kotlin.Unit, (51 536875182)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4f481271 NodeId(id=116449448296448) (kotlin.Unit, (51 536875183)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4f481271 NodeId(id=116449448296448) (kotlin.Unit, (51 536875183)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4f481271 NodeId(id=116449448296448) (kotlin.Unit, (51 536875183)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4f481271 NodeId(id=116449448296448) (kotlin.Unit, (51 536875183)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4f481271 NodeId(id=116449448296448) (kotlin.Unit, (51 536875183)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4f481271 NodeId(id=116449448296448) (kotlin.Unit, (51 536875183)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@46975aff NodeId(id=116479513067520) (kotlin.Unit, (51 536875184)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@46975aff NodeId(id=116479513067520) (kotlin.Unit, (51 536875184)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@46975aff NodeId(id=116479513067520) (kotlin.Unit, (51 536875184)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@46975aff NodeId(id=116479513067520) (kotlin.Unit, (51 536875184)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@46975aff NodeId(id=116479513067520) (kotlin.Unit, (51 536875184)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@46975aff NodeId(id=116479513067520) (kotlin.Unit, (51 536875184)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@14da253b NodeId(id=116505282871296) (kotlin.Unit, (51 536875185)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@14da253b NodeId(id=116505282871296) (kotlin.Unit, (51 536875185)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@14da253b NodeId(id=116505282871296) (kotlin.Unit, (51 536875185)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@14da253b NodeId(id=116505282871296) (kotlin.Unit, (51 536875185)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@14da253b NodeId(id=116505282871296) (kotlin.Unit, (51 536875185)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@14da253b NodeId(id=116505282871296) (kotlin.Unit, (51 536875185)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4aef01a8 NodeId(id=116526757707776) (kotlin.Unit, (51 536875186)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4aef01a8 NodeId(id=116526757707776) (kotlin.Unit, (51 536875186)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4aef01a8 NodeId(id=116526757707776) (kotlin.Unit, (51 536875186)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4aef01a8 NodeId(id=116526757707776) (kotlin.Unit, (51 536875186)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4aef01a8 NodeId(id=116526757707776) (kotlin.Unit, (51 536875186)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4aef01a8 NodeId(id=116526757707776) (kotlin.Unit, (51 536875186)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45bb591e NodeId(id=116556822478848) (kotlin.Unit, (51 536875187)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45bb591e NodeId(id=116556822478848) (kotlin.Unit, (51 536875187)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45bb591e NodeId(id=116556822478848) (kotlin.Unit, (51 536875187)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45bb591e NodeId(id=116556822478848) (kotlin.Unit, (51 536875187)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45bb591e NodeId(id=116556822478848) (kotlin.Unit, (51 536875187)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@45bb591e NodeId(id=116556822478848) (kotlin.Unit, (51 536875187)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3987b3f4 NodeId(id=116574002348032) (kotlin.Unit, (51 536875188)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3987b3f4 NodeId(id=116574002348032) (kotlin.Unit, (51 536875188)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3987b3f4 NodeId(id=116574002348032) (kotlin.Unit, (51 536875188)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3987b3f4 NodeId(id=116574002348032) (kotlin.Unit, (51 536875188)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3987b3f4 NodeId(id=116574002348032) (kotlin.Unit, (51 536875188)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3987b3f4 NodeId(id=116574002348032) (kotlin.Unit, (51 536875188)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c31ba02 NodeId(id=116591182217216) (kotlin.Unit, (51 536875189)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c31ba02 NodeId(id=116591182217216) (kotlin.Unit, (51 536875189)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c31ba02 NodeId(id=116591182217216) (kotlin.Unit, (51 536875189)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c31ba02 NodeId(id=116591182217216) (kotlin.Unit, (51 536875189)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c31ba02 NodeId(id=116591182217216) (kotlin.Unit, (51 536875189)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c31ba02 NodeId(id=116591182217216) (kotlin.Unit, (51 536875189)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4e61166d NodeId(id=116604067119104) (kotlin.Unit, (51 536875190)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4e61166d NodeId(id=116604067119104) (kotlin.Unit, (51 536875190)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4e61166d NodeId(id=116604067119104) (kotlin.Unit, (51 536875190)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4e61166d NodeId(id=116604067119104) (kotlin.Unit, (51 536875190)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4e61166d NodeId(id=116604067119104) (kotlin.Unit, (51 536875190)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4e61166d NodeId(id=116604067119104) (kotlin.Unit, (51 536875190)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@518dd516 NodeId(id=116625541955584) (kotlin.Unit, (51 536875191)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@518dd516 NodeId(id=116625541955584) (kotlin.Unit, (51 536875191)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@518dd516 NodeId(id=116625541955584) (kotlin.Unit, (51 536875191)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@518dd516 NodeId(id=116625541955584) (kotlin.Unit, (51 536875191)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@518dd516 NodeId(id=116625541955584) (kotlin.Unit, (51 536875191)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@518dd516 NodeId(id=116625541955584) (kotlin.Unit, (51 536875191)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5591d4c0 NodeId(id=116642721824768) (kotlin.Unit, (51 536875192)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5591d4c0 NodeId(id=116642721824768) (kotlin.Unit, (51 536875192)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5591d4c0 NodeId(id=116642721824768) (kotlin.Unit, (51 536875192)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5591d4c0 NodeId(id=116642721824768) (kotlin.Unit, (51 536875192)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5591d4c0 NodeId(id=116642721824768) (kotlin.Unit, (51 536875192)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5591d4c0 NodeId(id=116642721824768) (kotlin.Unit, (51 536875192)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@248195da NodeId(id=116659901693952) (kotlin.Unit, (51 536875193)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@248195da NodeId(id=116659901693952) (kotlin.Unit, (51 536875193)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@248195da NodeId(id=116659901693952) (kotlin.Unit, (51 536875193)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@248195da NodeId(id=116659901693952) (kotlin.Unit, (51 536875193)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@248195da NodeId(id=116659901693952) (kotlin.Unit, (51 536875193)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@248195da NodeId(id=116659901693952) (kotlin.Unit, (51 536875193)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@62952d59 NodeId(id=116677081563136) (kotlin.Unit, (51 536875194)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@62952d59 NodeId(id=116677081563136) (kotlin.Unit, (51 536875194)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@62952d59 NodeId(id=116677081563136) (kotlin.Unit, (51 536875194)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@62952d59 NodeId(id=116677081563136) (kotlin.Unit, (51 536875194)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@62952d59 NodeId(id=116677081563136) (kotlin.Unit, (51 536875194)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@62952d59 NodeId(id=116677081563136) (kotlin.Unit, (51 536875194)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5d8f6178 NodeId(id=116694261432320) (kotlin.Unit, (51 536875195)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5d8f6178 NodeId(id=116694261432320) (kotlin.Unit, (51 536875195)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5d8f6178 NodeId(id=116694261432320) (kotlin.Unit, (51 536875195)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5d8f6178 NodeId(id=116694261432320) (kotlin.Unit, (51 536875195)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5d8f6178 NodeId(id=116694261432320) (kotlin.Unit, (51 536875195)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@5d8f6178 NodeId(id=116694261432320) (kotlin.Unit, (51 536875195)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@66389dd NodeId(id=116711441301504) (kotlin.Unit, (51 536875196)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@66389dd NodeId(id=116711441301504) (kotlin.Unit, (51 536875196)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@66389dd NodeId(id=116711441301504) (kotlin.Unit, (51 536875196)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@66389dd NodeId(id=116711441301504) (kotlin.Unit, (51 536875196)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@66389dd NodeId(id=116711441301504) (kotlin.Unit, (51 536875196)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@66389dd NodeId(id=116711441301504) (kotlin.Unit, (51 536875196)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2ee4f38e NodeId(id=116728621170688) (kotlin.Unit, (51 536875197)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2ee4f38e NodeId(id=116728621170688) (kotlin.Unit, (51 536875197)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2ee4f38e NodeId(id=116728621170688) (kotlin.Unit, (51 536875197)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2ee4f38e NodeId(id=116728621170688) (kotlin.Unit, (51 536875197)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2ee4f38e NodeId(id=116728621170688) (kotlin.Unit, (51 536875197)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2ee4f38e NodeId(id=116728621170688) (kotlin.Unit, (51 536875197)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@65d0ecee NodeId(id=116745801039872) (kotlin.Unit, (51 536875198)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@65d0ecee NodeId(id=116745801039872) (kotlin.Unit, (51 536875198)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@65d0ecee NodeId(id=116745801039872) (kotlin.Unit, (51 536875198)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@65d0ecee NodeId(id=116745801039872) (kotlin.Unit, (51 536875198)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@65d0ecee NodeId(id=116745801039872) (kotlin.Unit, (51 536875198)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@65d0ecee NodeId(id=116745801039872) (kotlin.Unit, (51 536875198)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4372d58d NodeId(id=116762980909056) (kotlin.Unit, (51 536875199)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4372d58d NodeId(id=116762980909056) (kotlin.Unit, (51 536875199)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4372d58d NodeId(id=116762980909056) (kotlin.Unit, (51 536875199)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4372d58d NodeId(id=116762980909056) (kotlin.Unit, (51 536875199)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4372d58d NodeId(id=116762980909056) (kotlin.Unit, (51 536875199)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4372d58d NodeId(id=116762980909056) (kotlin.Unit, (51 536875199)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59c5815f NodeId(id=116780160778240) (kotlin.Unit, (51 536875200)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59c5815f NodeId(id=116780160778240) (kotlin.Unit, (51 536875200)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59c5815f NodeId(id=116780160778240) (kotlin.Unit, (51 536875200)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59c5815f NodeId(id=116780160778240) (kotlin.Unit, (51 536875200)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59c5815f NodeId(id=116780160778240) (kotlin.Unit, (51 536875200)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59c5815f NodeId(id=116780160778240) (kotlin.Unit, (51 536875200)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@50b4716a NodeId(id=116797340647424) (kotlin.Unit, (51 536875201)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@50b4716a NodeId(id=116797340647424) (kotlin.Unit, (51 536875201)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@50b4716a NodeId(id=116797340647424) (kotlin.Unit, (51 536875201)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@50b4716a NodeId(id=116797340647424) (kotlin.Unit, (51 536875201)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@50b4716a NodeId(id=116797340647424) (kotlin.Unit, (51 536875201)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@50b4716a NodeId(id=116797340647424) (kotlin.Unit, (51 536875201)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3261500e NodeId(id=116814520516608) (kotlin.Unit, (51 536875202)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3261500e NodeId(id=116814520516608) (kotlin.Unit, (51 536875202)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3261500e NodeId(id=116814520516608) (kotlin.Unit, (51 536875202)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3261500e NodeId(id=116814520516608) (kotlin.Unit, (51 536875202)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3261500e NodeId(id=116814520516608) (kotlin.Unit, (51 536875202)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3261500e NodeId(id=116814520516608) (kotlin.Unit, (51 536875202)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@67ea3572 NodeId(id=116831700385792) (kotlin.Unit, (51 536875203)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@67ea3572 NodeId(id=116831700385792) (kotlin.Unit, (51 536875203)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@67ea3572 NodeId(id=116831700385792) (kotlin.Unit, (51 536875203)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@67ea3572 NodeId(id=116831700385792) (kotlin.Unit, (51 536875203)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@67ea3572 NodeId(id=116831700385792) (kotlin.Unit, (51 536875203)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@67ea3572 NodeId(id=116831700385792) (kotlin.Unit, (51 536875203)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@12508fa9 NodeId(id=116848880254976) (kotlin.Unit, (51 536875204)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@12508fa9 NodeId(id=116848880254976) (kotlin.Unit, (51 536875204)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@12508fa9 NodeId(id=116848880254976) (kotlin.Unit, (51 536875204)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@12508fa9 NodeId(id=116848880254976) (kotlin.Unit, (51 536875204)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@12508fa9 NodeId(id=116848880254976) (kotlin.Unit, (51 536875204)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@12508fa9 NodeId(id=116848880254976) (kotlin.Unit, (51 536875204)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@619c93a8 NodeId(id=116866060124160) (kotlin.Unit, (51 536875205)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@619c93a8 NodeId(id=116866060124160) (kotlin.Unit, (51 536875205)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@619c93a8 NodeId(id=116866060124160) (kotlin.Unit, (51 536875205)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@619c93a8 NodeId(id=116866060124160) (kotlin.Unit, (51 536875205)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@619c93a8 NodeId(id=116866060124160) (kotlin.Unit, (51 536875205)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@619c93a8 NodeId(id=116866060124160) (kotlin.Unit, (51 536875205)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59454eb5 NodeId(id=116883239993344) (kotlin.Unit, (51 536875206)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59454eb5 NodeId(id=116883239993344) (kotlin.Unit, (51 536875206)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59454eb5 NodeId(id=116883239993344) (kotlin.Unit, (51 536875206)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59454eb5 NodeId(id=116883239993344) (kotlin.Unit, (51 536875206)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59454eb5 NodeId(id=116883239993344) (kotlin.Unit, (51 536875206)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@59454eb5 NodeId(id=116883239993344) (kotlin.Unit, (51 536875206)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6f32b14a NodeId(id=116900419862528) (kotlin.Unit, (51 536875207)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6f32b14a NodeId(id=116900419862528) (kotlin.Unit, (51 536875207)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6f32b14a NodeId(id=116900419862528) (kotlin.Unit, (51 536875207)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6f32b14a NodeId(id=116900419862528) (kotlin.Unit, (51 536875207)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6f32b14a NodeId(id=116900419862528) (kotlin.Unit, (51 536875207)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@6f32b14a NodeId(id=116900419862528) (kotlin.Unit, (51 536875207)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@798946c2 NodeId(id=116917599731712) (kotlin.Unit, (51 536875208)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@798946c2 NodeId(id=116917599731712) (kotlin.Unit, (51 536875208)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@798946c2 NodeId(id=116917599731712) (kotlin.Unit, (51 536875208)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@798946c2 NodeId(id=116917599731712) (kotlin.Unit, (51 536875208)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@798946c2 NodeId(id=116917599731712) (kotlin.Unit, (51 536875208)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@798946c2 NodeId(id=116917599731712) (kotlin.Unit, (51 536875208)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c8d9b88 NodeId(id=116934779600896) (kotlin.Unit, (51 536875209)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c8d9b88 NodeId(id=116934779600896) (kotlin.Unit, (51 536875209)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c8d9b88 NodeId(id=116934779600896) (kotlin.Unit, (51 536875209)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c8d9b88 NodeId(id=116934779600896) (kotlin.Unit, (51 536875209)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c8d9b88 NodeId(id=116934779600896) (kotlin.Unit, (51 536875209)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7c8d9b88 NodeId(id=116934779600896) (kotlin.Unit, (51 536875209)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@f4e424a NodeId(id=116951959470080) (kotlin.Unit, (51 536875210)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@f4e424a NodeId(id=116951959470080) (kotlin.Unit, (51 536875210)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@f4e424a NodeId(id=116951959470080) (kotlin.Unit, (51 536875210)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@f4e424a NodeId(id=116951959470080) (kotlin.Unit, (51 536875210)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@f4e424a NodeId(id=116951959470080) (kotlin.Unit, (51 536875210)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@f4e424a NodeId(id=116951959470080) (kotlin.Unit, (51 536875210)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@758c0a08 NodeId(id=116969139339264) (kotlin.Unit, (51 536875211)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@758c0a08 NodeId(id=116969139339264) (kotlin.Unit, (51 536875211)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@758c0a08 NodeId(id=116969139339264) (kotlin.Unit, (51 536875211)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@758c0a08 NodeId(id=116969139339264) (kotlin.Unit, (51 536875211)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@758c0a08 NodeId(id=116969139339264) (kotlin.Unit, (51 536875211)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@758c0a08 NodeId(id=116969139339264) (kotlin.Unit, (51 536875211)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4600fd2d NodeId(id=116986319208448) (kotlin.Unit, (51 536875212)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4600fd2d NodeId(id=116986319208448) (kotlin.Unit, (51 536875212)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4600fd2d NodeId(id=116986319208448) (kotlin.Unit, (51 536875212)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4600fd2d NodeId(id=116986319208448) (kotlin.Unit, (51 536875212)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4600fd2d NodeId(id=116986319208448) (kotlin.Unit, (51 536875212)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@4600fd2d NodeId(id=116986319208448) (kotlin.Unit, (51 536875212)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@56416fbe NodeId(id=117003499077632) (kotlin.Unit, (51 536875213)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@56416fbe NodeId(id=117003499077632) (kotlin.Unit, (51 536875213)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@56416fbe NodeId(id=117003499077632) (kotlin.Unit, (51 536875213)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@56416fbe NodeId(id=117003499077632) (kotlin.Unit, (51 536875213)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@56416fbe NodeId(id=117003499077632) (kotlin.Unit, (51 536875213)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@56416fbe NodeId(id=117003499077632) (kotlin.Unit, (51 536875213)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2be03b2e NodeId(id=117020678946816) (kotlin.Unit, (51 536875214)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2be03b2e NodeId(id=117020678946816) (kotlin.Unit, (51 536875214)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2be03b2e NodeId(id=117020678946816) (kotlin.Unit, (51 536875214)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2be03b2e NodeId(id=117020678946816) (kotlin.Unit, (51 536875214)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2be03b2e NodeId(id=117020678946816) (kotlin.Unit, (51 536875214)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@2be03b2e NodeId(id=117020678946816) (kotlin.Unit, (51 536875214)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3ea9a810 NodeId(id=117033563848704) (kotlin.Unit, (51 536875215)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3ea9a810 NodeId(id=117033563848704) (kotlin.Unit, (51 536875215)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3ea9a810 NodeId(id=117033563848704) (kotlin.Unit, (51 536875215)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3ea9a810 NodeId(id=117033563848704) (kotlin.Unit, (51 536875215)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3ea9a810 NodeId(id=117033563848704) (kotlin.Unit, (51 536875215)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@3ea9a810 NodeId(id=117033563848704) (kotlin.Unit, (51 536875215)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7f81c37d NodeId(id=117055038685184) (kotlin.Unit, (51 536875216)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7f81c37d NodeId(id=117055038685184) (kotlin.Unit, (51 536875216)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7f81c37d NodeId(id=117055038685184) (kotlin.Unit, (51 536875216)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7f81c37d NodeId(id=117055038685184) (kotlin.Unit, (51 536875216)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7f81c37d NodeId(id=117055038685184) (kotlin.Unit, (51 536875216)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@7f81c37d NodeId(id=117055038685184) (kotlin.Unit, (51 536875216)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
					- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1.invokeSuspend(ObservableMatch.kt:118)
						at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3.invokeSuspend(ObservableMatch.kt:44)
						at fleet.kernel.rete.ReteKt$withReteDbSource$3$1.invokeSuspend(Rete.kt:307)
						at fleet.kernel.rete.ReteKt.withReteDbSource(Rete.kt:306)
						at fleet.kernel.rete.impl.ObservableMatchKt.withObservableMatches(ObservableMatch.kt:43)
						at fleet.kernel.rete.ReteKt$withCurrentMatch$$inlined$map$1$2.emit(Rete.kt:236)
						at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:391)
						at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1.invokeSuspend(TaskInfoEntityCollector.kt:64)
						at com.intellij.platform.kernel.ApiKt$withKernel$2.invokeSuspend(api.kt:24)
						at com.intellij.platform.kernel.ApiKt.withKernel(api.kt:22)
						at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1.invokeSuspend(TaskInfoEntityCollector.kt:63)
						- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":DeferredCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@22606fac NodeId(id=117072218554368) (kotlin.Unit, (51 536875217)))]), Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.progress.impl.TaskInfoEntityCollectorKt$showTaskIndicator$1$1$1.invokeSuspend(TaskInfoEntityCollector.kt:74)
							at fleet.kernel.rete.ReteKt$withPredicate$2.invokeSuspend(Rete.kt:510)
							at fleet.kernel.rete.ReteKt$withMatch$2$1.invokeSuspend(Rete.kt:164)
							at fleet.kernel.rete.impl.ObservableMatchKt$withObservableMatches$3$1$def$1.invokeSuspend(ObservableMatch.kt:48)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@22606fac NodeId(id=117072218554368) (kotlin.Unit, (51 536875217)))]), Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt.updateFromFlow(PlatformTaskSupport.kt:476)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1$2.invokeSuspend(PlatformTaskSupport.kt:439)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1$1.invokeSuspend(PlatformTaskSupport.kt:438)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1$1.invokeSuspend(PlatformTaskSupport.kt:430)
								at com.intellij.openapi.progress.impl.PlatformTaskSupportKt$showIndicator$1.invokeSuspend(PlatformTaskSupport.kt:429)
								- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@22606fac NodeId(id=117072218554368) (kotlin.Unit, (51 536875217)))]), Progress: Submitting error report, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
									- "Progress: Submitting error report":StandaloneCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@22606fac NodeId(id=117072218554368) (kotlin.Unit, (51 536875217)))]), Progress: Submitting error report, Dispatchers.Default]
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
									- "Progress: Submitting error report":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@22606fac NodeId(id=117072218554368) (kotlin.Unit, (51 536875217)))]), Progress: Submitting error report, Dispatchers.Default]
										at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
							- "com.intellij.openapi.progress.impl.PerProjectTaskInfoEntityCollector":ProducerCoroutine{Active}, state: SUSPENDED [ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), kotlinx.coroutines.UndispatchedMarker@322ec1b9, DbSourceContextElement(rete kotlinx.coroutines.flow.StateFlowImpl@be64738), rete, ContextMatches(matches=[(JobImpl{Active}@22606fac NodeId(id=117072218554368) (kotlin.Unit, (51 536875217)))]), Dispatchers.Default]
								at fleet.kernel.rete.ReteKt$tokenSetsFlow$1$1.invokeSuspend(Rete.kt:537)
				- "(ProjectImpl@1792543179 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.navbar.frontend.NavBarService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "com.intellij.platform.navbar.frontend.NavBarService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, LimitedDispatcher@32105114]
						- "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.platform.navbar.frontend.NavBarService$1.invokeSuspend(NavBarService.kt:50)
							- "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at com.intellij.platform.navbar.frontend.NavBarService$1$1.invokeSuspend(NavBarService.kt:57)
									- "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
										- "com.intellij.platform.navbar.frontend.NavBarService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
											at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:42)
										- "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
											at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
											at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
											at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
											at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
											at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
											at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
											- "com.intellij.platform.navbar.frontend.NavBarService":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
												at com.intellij.platform.navbar.monolith.MonolithNavbarServiceDelegate$activityFlow$1.invokeSuspend(MonolithNavBarServiceDelegate.kt:23)
				- "com.intellij.workspaceModel.ide.impl.legacyBridge.module.ModuleManagerComponentBridge":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.macros.KotlinBundledUsageDetector$ModelChangeListener":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.script.k2.ScriptTemplatesFromDependenciesDefinitionSource":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.core.script.k2.BundledScriptConfigurationsSource":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.core.script.k2.DependentScriptConfigurationsSource":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.framework.CreateKotlinSdkActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.macros.KotlinBundledUsageDetector$MyStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.macros.KotlinBundledRefresher":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.debugger.core.filter.JvmDebuggerAddFilterStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.base.projectStructure.forwardDeclarations.KotlinForwardDeclarationsStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.PluginStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					-[x2 of] "org.jetbrains.kotlin.idea.update.KotlinPluginUpdateCheckerStartActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.workspaceModel.ide.impl.legacyBridge.project.ProjectRootManagerBridge":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.util.indexing.ProjectEntityIndexingService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				-[x2162 of] "ModuleBridgeImpl container":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ModuleBridgeImpl), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "(ModuleBridgeImpl x com.intellij.java)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ModuleBridgeImpl), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "(ModuleBridgeImpl x org.jetbrains.android)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ModuleBridgeImpl), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "(ModuleBridgeImpl x com.android.tools.design)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ModuleBridgeImpl), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "(ModuleBridgeImpl x com.google.gct.testing)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ModuleBridgeImpl), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.codeInsight.multiverse.CodeInsightContextManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.multiverse.CodeInsightContextManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.codeInsight.multiverse.CodeInsightContextManagerImpl$subscribeToChanges$1.invokeSuspend(CodeInsightContextManagerImpl.kt:78)
						- "com.intellij.codeInsight.multiverse.CodeInsightContextManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.codeInsight.multiverse.CodeInsightContextManagerImpl":ProducerCoroutine{Completing} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								- "com.intellij.codeInsight.multiverse.CodeInsightContextManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:92)
				- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					-[x25 of] "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.openapi.wm.impl.ToolWindowImpl$1.invokeSuspend(ToolWindowImpl.kt:154)
						- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowFactory.manage(GHPRToolWindowFactory.kt:42)
						at com.intellij.openapi.wm.impl.ToolWindowManagerImpl$registerToolWindow$2.invokeSuspend(ToolWindowManagerImpl.kt:1195)
						- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController$manageIconInToolbar$2$1.invokeSuspend(GHPRToolWindowFactory.kt:60)
						- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController$manageIconInToolbar$2$2.invokeSuspend(GHPRToolWindowFactory.kt:68)
						- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController$manageIconInToolbar$2$3.invokeSuspend(GHPRToolWindowFactory.kt:80)
							- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "com.intellij.openapi.wm.impl.ToolWindowManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
				- "com.intellij.openapi.fileEditor.impl.IdeDocumentHistoryImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					-[x4 of] "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.openapi.wm.impl.status.EditorBasedStatusBarPopup$1.invokeSuspend(EditorBasedStatusBarPopup.kt:104)
						- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager$dataContext$1$currentFileEditor$2$1.invokeSuspend(StatusBarWidgetsManager.kt:52)
					- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.wm.impl.status.IdeStatusBarImplKt$createComponentByWidgetPresentation$1.invokeSuspend(IdeStatusBarImpl.kt:835)
							- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
									- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
										at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
										at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
										at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
										at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
										- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
											at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
											at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
											at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
											-[x2 of] "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
												at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
								- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
									- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
										at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
					- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.wm.impl.status.IdeStatusBarImplKt$createComponentByWidgetPresentation$2.invokeSuspend(IdeStatusBarImpl.kt:852)
							- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
									- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
										at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
										at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
										at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
										at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
										- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
											at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
											at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
											at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
											- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Completing} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
												- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
													at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
													at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
													at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
													at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
													at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
													at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:92)
													- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
														at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
												- "com.intellij.openapi.wm.impl.status.widget.StatusBarWidgetsManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
													at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:402)
													at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:92)
				- "com.intellij.configurationStore.schemeManager.SchemeManagerFactoryBase$ProjectSchemeManagerFactory":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ui.EditorNotificationsImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "EditorNotificationsImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ui.EditorNotificationsImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.ui.EditorNotificationsImpl$6.invokeSuspend(EditorNotificationsImpl.kt:115)
						- "com.intellij.ui.EditorNotificationsImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.ui.EditorNotificationsImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
				- "com.intellij.codeInsight.daemon.impl.WolfTheProblemSolverImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.daemon.impl.WolfTheProblemSolverImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.codeInsight.daemon.impl.WolfListeners$1.invokeSuspend(WolfListeners.kt:38)
				- "com.intellij.ide.GeneratedSourceFileChangeTrackerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.GeneratedSourceFileChangeTrackerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.ide.GeneratedSourceFileChangeTrackerImpl$startHandlingCheckRequests$1.invokeSuspend(GeneratedSourceFileChangeTrackerImpl.kt:58)
						- "com.intellij.ide.GeneratedSourceFileChangeTrackerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.ide.GeneratedSourceFileChangeTrackerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.flow.FlowKt__LimitKt$takeWhile$$inlined$unsafeFlow$1.collect(Limit.kt:123)
				- "com.intellij.xdebugger.impl.XDebuggerManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "XDebuggerExecutionPointManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.EDT]
						- "XDebuggerExecutionPointManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.EDT]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
							- "XDebuggerExecutionPointManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.EDT]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
						- "XDebuggerExecutionPointManager/UI":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.EDT]
							-[x2 of] "XDebuggerExecutionPointManager/UI":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.EDT]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at com.intellij.xdebugger.impl.ui.ExecutionPositionUiKt$showExecutionPositionUi$1.invokeSuspend(ExecutionPositionUi.kt:49)
								- "XDebuggerExecutionPointManager/UI":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.EDT]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
									- "XDebuggerExecutionPointManager/UI":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.EDT]
										at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
									- "XDebuggerExecutionPointManager/UI":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.EDT]
										at com.intellij.xdebugger.impl.ui.ExecutionPositionUiKt$showExecutionPositionUi$1$2.invokeSuspend(ExecutionPositionUi.kt:51)
							- "XDebuggerExecutionPointManager/UI":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.EDT]
								at com.intellij.xdebugger.impl.XDebuggerExecutionPointManager$1.invokeSuspend(XDebuggerExecutionPointManager.kt:69)
					- "com.intellij.xdebugger.impl.XDebuggerManagerImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.xdebugger.impl.XDebuggerLineChangeHandler$1.invokeSuspend(XDebuggerLineChangeHandler.kt:28)
						- "com.intellij.xdebugger.impl.XDebuggerManagerImpl":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
				- "com.intellij.openapi.project.DumbServiceImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.project.DumbServiceImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ui.docking.impl.DockManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.editor.impl.zombie.Necropolis":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					-[x6 of] "com.intellij.openapi.editor.impl.zombie.Necropolis":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:35)
				- "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215)
						- "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at kotlinx.coroutines.flow.FlowKt__EmittersKt$onStart$$inlined$unsafeFlow$1.collect(Emitters.kt:119)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at com.intellij.codeInspection.ex.Dynamic_inspectionsKt$dynamicInspectionsFlow$epUpdatedFlow$1.invokeSuspend(dynamic-inspections.kt:72)
					- "com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar":LazyStandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.codeInspection.ex.ProjectInspectionToolRegistrar$updateInspectionProfilesSubscription$1.invokeSuspend(ProjectInspectionToolRegistrar.kt:31)
				- "com.intellij.application.options.codeStyle.cache.CodeStyleCachedValueProviderService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.editor.impl.ad.AdTheManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.codeInsight.preview.ImageOrColorPreviewService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "ImageOrColorPreviewService requests collector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.codeInsight.preview.ImageOrColorPreviewService$1.invokeSuspend(ImageOrColorPreviewService.kt:58)
						- "ImageOrColorPreviewService requests collector":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "ImageOrColorPreviewService requests collector":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					- "com.intellij.codeInsight.preview.ImageOrColorPreviewService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:35)
				- "(ProjectImpl@1792543179 x org.jetbrains.plugins.github)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Main]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController$setupReview$1.invokeSuspend(GHPRReviewInEditorController.kt:56)
							- "org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Main]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "org.jetbrains.plugins.github.pullrequest.ui.editor.GHPRReviewInEditorController":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Main]
									at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
					- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
							- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
							- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
								at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
								-[x2 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
							- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1.invokeSuspend(CoroutineUtil.kt:241)
								at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1.invokeSuspend(CoroutineUtil.kt:220)
								- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at com.intellij.collaboration.async.CoroutineUtilKt$mapScoped2$1$1$1.invokeSuspend(CoroutineUtil.kt:226)
							- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Main]
								-[x3 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Main]
									at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
									at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
									at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
									-[x2 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Main]
										at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
								- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Main]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
									- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Main]
										at com.intellij.collaboration.auth.PasswordSafeCredentialsRepository$canPersistCredentials$1.invokeSuspend(PasswordSafeCredentialsRepository.kt:38)
								- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Main]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
									- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Main]
										at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Main]
									at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
									at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
									at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
									-[x3 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Main]
										at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
							-[x2 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
								at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
								-[x3 of] "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
							- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel$selectorVm$2$1.invokeSuspend(GHPRToolWindowViewModel.kt:59)
								- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at org.jetbrains.plugins.github.pullrequest.ui.toolwindow.model.GHPRToolWindowViewModel$selectorVm$2$2.invokeSuspend(GHPRToolWindowViewModel.kt:77)
					- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
							at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
							at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
							at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:215)
							- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
								- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:57)
							- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
								- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
								- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
									at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
									at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
									at kotlinx.coroutines.flow.FlowKt__TransformKt$runningFold$$inlined$unsafeFlow$1.collect(Transform.kt:114)
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
									- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
										at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
										at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
										at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
										at git4idea.remote.hosting.GitAsyncExtensionsKt$discoverServers$1.invokeSuspend(gitAsyncExtensions.kt:128)
										- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
											at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
											at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
											at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
											- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
												at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
												at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
												at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
												at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
												at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
												at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
												- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
													at git4idea.remote.hosting.GitAsyncExtensionsKt$gitRemotesFlow$1.invokeSuspend(gitAsyncExtensions.kt:57)
											- "org.jetbrains.plugins.github.util.GHHostedRepositoriesManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
												at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
					- "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
							- "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager$1.invokeSuspend(GHRepositoryConnectionManager.kt:47)
						- "org.jetbrains.plugins.github.pullrequest.GHRepositoryConnectionManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "org.jetbrains.plugins.github.pullrequest.ui.toolwindow.GHPRToolWindowController":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Main]
					- "org.jetbrains.plugins.github.pullrequest.ui.review.GHPROnCurrentBranchService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "org.jetbrains.plugins.github.pullrequest.ui.review.GHPROnCurrentBranchService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							- "org.jetbrains.plugins.github.pullrequest.ui.review.GHPROnCurrentBranchService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
								at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
								at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
								at kotlinx.coroutines.flow.FlowKt__EmittersKt$onStart$$inlined$unsafeFlow$1.collect(Emitters.kt:119)
								at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
								- "org.jetbrains.plugins.github.pullrequest.ui.review.GHPROnCurrentBranchService":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
									at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
					- "org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
							- "org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector$1.invokeSuspend(GHPRStatisticsCollector.kt:296)
				- "(ProjectImpl@1792543179 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.dvcs.repo.VcsRepositoryManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.dvcs.ignore.IgnoredToExcludedSynchronizer":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "com.intellij.dvcs.ignore.IgnoredToExcludedSynchronizer":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at com.intellij.dvcs.ignore.IgnoredToExcludedSynchronizer$1.invokeSuspend(IgnoredToExcludedSynchronizer.kt:82)
				- "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, uninitialized, ModalityState.ANY]
					- "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default]
						at com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer.execute(FloatingCodeToolbarEditorCustomizer.kt:28)
						at com.intellij.openapi.fileEditor.impl.text.TextEditorImpl$2$1.invokeSuspend(TextEditorImpl.kt:101)
						- "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.openapi.actionSystem.impl.FloatingToolbar$1.invokeSuspend(FloatingToolbar.kt:72)
							- "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default]
								at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
								at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
								at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
								- "com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, com.intellij.ui.codeFloatingToolbar.FloatingCodeToolbarEditorCustomizer, ModalityState.ANY, Dispatchers.Default]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.intellij.plugins.markdown))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.intellij.plugins.markdown.ui.floating.AddFloatingToolbarTextEditorCustomizer":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, uninitialized, ModalityState.ANY]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.plugins.gradle))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.gradle.service.editor.GradleDownloadSourceEditorListener":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.gradle.startup.GradleJvmStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				-[x4 of] "ProjectImpl@1792543179 container":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at com.intellij.openapi.wm.impl.status.EditorBasedStatusBarPopup$1.invokeSuspend(EditorBasedStatusBarPopup.kt:104)
					- "ProjectImpl@1792543179 container":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
						- "ProjectImpl@1792543179 container":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
				- "com.intellij.util.indexing.UnindexedFilesScannerExecutorImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "Scanning (merge parameters)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "Scanning (root)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.IO]
						- "Scanning (root)":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.IO]
							at com.intellij.util.indexing.UnindexedFilesScannerExecutorImpl$1.invokeSuspend(UnindexedFilesScannerExecutorImpl.kt:113)
							- "scanning task execution trigger":DeferredCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.IO]
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
								at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
								at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
								at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
								at com.intellij.util.indexing.UnindexedFilesScannerExecutorImpl$1$1.invokeSuspend(UnindexedFilesScannerExecutorImpl.kt:94)
								- "scanning task execution trigger":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.IO]
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
								- "scanning task execution trigger":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.IO]
									at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
									at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
									at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
									- "scanning task execution trigger":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.IO]
										at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
										at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
										at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
										at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
										- "scanning task execution trigger":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.IO]
											at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
											at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
											at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
											at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
											- "scanning task execution trigger":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.IO]
												at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
												at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
												at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
												at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
												-[x2 of] "scanning task execution trigger":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.IO]
													at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
											- "scanning task execution trigger":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.IO]
												at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
										- "scanning task execution trigger":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.IO]
											at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
									- "scanning task execution trigger":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.IO]
										at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
				- "com.intellij.openapi.project.SmartModeScheduler":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.project.SmartModeScheduler":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.openapi.project.SmartModeScheduler$2.invokeSuspend(SmartModeScheduler.kt:66)
					- "com.intellij.openapi.project.SmartModeScheduler":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.project.SmartModeScheduler":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.openapi.project.SmartModeScheduler$3.invokeSuspend(SmartModeScheduler.kt:73)
				- "com.intellij.platform.ide.CoreUiCoroutineScopeHolder":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.projectView.impl.SelectInProjectViewImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.xdebugger.impl.hotswap.HotSwapSessionManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.codeInsight.daemon.impl.ErrorStripeUpdateManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.util.indexing.ProjectFileBasedIndexStartupActivityScope":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.util.indexing.DumbModeWhileScanningTrigger":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.util.indexing.DumbModeWhileScanningTrigger":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at kotlinx.coroutines.flow.FlowKt__ReduceKt.first(Reduce.kt:179)
						at com.intellij.util.indexing.DumbModeWhileScanningTrigger$subscribe$1.invokeSuspend(DumbModeWhileScanningTrigger.kt:51)
						- "com.intellij.util.indexing.DumbModeWhileScanningTrigger":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.util.indexing.DumbModeWhileScanningTrigger":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
								at com.intellij.util.indexing.PerProjectIndexingQueue$estimatedFilesCount$$inlined$flatMapLatest$1.invokeSuspend(PerProjectIndexingQueue.kt:189)
				- "com.intellij.analysis.problemsView.toolWindow.ProblemsViewIconUpdater":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.platform.ide.impl.statistic.ToolWindowStateCollector":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "Tool window resize collector for Problems View":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.EDT]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
						at com.intellij.platform.ide.impl.statistic.ToolWindowStateCollector$Collector$job$1.invokeSuspend(ToolWindowStateListener.kt:69)
						- "Tool window resize collector for Problems View":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.EDT]
					- "Tool window resize collector for Project":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.EDT]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
						at com.intellij.platform.ide.impl.statistic.ToolWindowStateCollector$Collector$job$1.invokeSuspend(ToolWindowStateListener.kt:69)
						- "Tool window resize collector for Project":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.EDT]
				- "com.intellij.ide.project.impl.BaseProjectDirectoriesImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.project.impl.BaseProjectDirectoriesImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.ide.project.impl.BaseProjectDirectoriesImpl$1.invokeSuspend(BaseProjectDirectoriesImpl.kt:31)
				- "(ProjectImpl@1792543179 x org.intellij.plugins.markdown)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.intellij.plugins.markdown.util.MarkdownPluginScope":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.intellij.properties)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x IdeaVIM))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.PluginStartup":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.handler.EditorHandlersChainLogger":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.handler.KeymapChecker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.handler.CopilotKeymapCorrector":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.maddyhome.idea.vim.extension.nerdtree.NerdTree$NerdStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerStatusBarUpdater":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.codeInsight.daemon.impl.StatusBarUpdaterKt.initStatusBarUpdater(StatusBarUpdater.kt:60)
						at com.intellij.codeInsight.daemon.impl.DaemonCodeAnalyzerStatusBarUpdater$execute$2.invokeSuspend(StatusBarUpdater.kt:35)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
						- "run activity":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "run activity":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
				- "com.intellij.openapi.wm.impl.WindowDressingStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.codeInsight.actions.ReaderModeEditorSettingsListener":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.codeInsight.navigation.InitCtrlMouseHandlerActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.facet.impl.pointers.FacetPointersPostStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.execution.runToolbar.RunToolbarInitializeService":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.usages.impl.rules.UsageFilteringRulesActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.workspaceModel.ide.impl.WorkspaceEntitiesLifecycleActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
						at com.intellij.workspaceModel.ide.impl.WorkspaceEntitiesLifecycleActivity$execute$2.invokeSuspend(WorkspaceEntitiesLifecycleActivity.kt:35)
						at com.intellij.workspaceModel.ide.impl.WorkspaceEntitiesLifecycleActivity.execute(WorkspaceEntitiesLifecycleActivity.kt:24)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
				- "com.intellij.workspaceModel.ide.impl.OrphanageActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.actions.IdeScalePostStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.fileTypes.impl.ApproveRemovedMappingsActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.vfs.encoding.EncodingProjectManagerStartUpActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.ui.localization.statistics.StartupStatisticsListener":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.actions.PowerSaveModeNotifier":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.actions.EssentialHighlightingNotifier":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.xml.breadcrumbs.BreadcrumbsInitializingActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.execution.startup.ProjectStartupRunner":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.diagnostic.AnalyzePendingSnapshotActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.platform.ide.diagnostic.startUpPerformanceReporter.StartupMetricCollector":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.startup.CheckProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
						at com.intellij.ide.startup.CheckProjectActivity.execute(CheckProjectActivity.kt:30)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
				- "com.intellij.execution.impl.RunConfigurationFeatureCollector":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
						at com.intellij.execution.impl.RunConfigurationFeatureCollector.execute(RunConfigurationFeatureCollector.kt:25)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
				- "com.intellij.util.indexing.projectFilter.ProjectIndexableFilesFilterHealthCheckStarter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
						at com.intellij.util.indexing.projectFilter.ProjectIndexableFilesFilterHealthCheckStarter.execute(ProjectIndexableFilesFilterHealthCheck.kt:57)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
				- "com.intellij.codeInsight.folding.impl.FoldingHintPostStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.codeInsight.codeVision.CodeVisionInitializer$CodeVisionInitializerStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.scratch.workspace.ScratchWorkspaceStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
						at com.intellij.ide.scratch.workspace.ScratchWorkspaceStartupActivity$execute$2.invokeSuspend(ScratchWorkspaceStartupActivity.kt:30)
						at com.intellij.ide.scratch.workspace.ScratchWorkspaceStartupActivity.execute(ScratchWorkspaceStartupActivity.kt:23)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
				- "com.intellij.codeInsight.highlighting.BackgroundHighlighterProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.codeInsight.documentation.DocumentationSettingsListener":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.bookmark.BookmarksStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.projectRoots.impl.UnknownSdkStartupChecker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
						at com.intellij.openapi.projectRoots.impl.UnknownSdkStartupChecker.execute(UnknownSdkStartupChecker.kt:31)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
				- "com.intellij.refactoring.suggested.SuggestedRefactoringProviderImpl$Startup":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.tasks.impl.TaskManagerStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "run activity":StandaloneCoroutine{Active}, state: RUNNING [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
						at java.base/java.lang.StringLatin1.replace(Unknown Source)
						at java.base/java.lang.String.replace(Unknown Source)
						at kotlin.text.StringsKt__StringsJVMKt.replace(StringsJVM.kt:70)
						at kotlin.text.StringsKt__StringsJVMKt.replace$default(StringsJVM.kt:67)
						at com.intellij.ide.plugins.cl.PluginClassLoader.tryLoadingClass(PluginClassLoader.kt:168)
						at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.kt:152)
						at java.base/java.lang.ClassLoader.loadClass(Unknown Source)
						at com.intellij.openapi.externalSystem.model.DataClassResolver.resolve(serialization.kt:47)
						at com.intellij.openapi.externalSystem.model.SerializationKt.createCacheReadConfiguration$lambda$0(serialization.kt:86)
						at com.intellij.serialization.PolymorphicBinding.doDeserialize(PolymorphicBinding.kt:43)
						at com.intellij.serialization.PolymorphicBinding.deserialize(PolymorphicBinding.kt:24)
						at com.intellij.serialization.BaseCollectionBinding.readInto(BaseCollectionBinding.kt:29)
						at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:27)
						at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:17)
						at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$lambda$4(BeanBinding.kt:174)
						at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$doReadAndMakeCopyIfSecondPassIsNeeded(BeanBinding.kt:141)
						at com.intellij.serialization.BeanBinding.createUsingCustomConstructor(BeanBinding.kt:149)
						at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:249)
						at com.intellij.serialization.PolymorphicBinding.doDeserialize(PolymorphicBinding.kt:53)
						at com.intellij.serialization.PolymorphicBinding.deserialize(PolymorphicBinding.kt:24)
						at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$lambda$4(BeanBinding.kt:174)
						at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$doReadAndMakeCopyIfSecondPassIsNeeded(BeanBinding.kt:141)
						at com.intellij.serialization.BeanBinding.createUsingCustomConstructor(BeanBinding.kt:149)
						at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:249)
						at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$lambda$4(BeanBinding.kt:174)
						at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$doReadAndMakeCopyIfSecondPassIsNeeded(BeanBinding.kt:141)
						at com.intellij.serialization.BeanBinding.createUsingCustomConstructor(BeanBinding.kt:149)
						at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:249)
						at com.intellij.serialization.BaseCollectionBinding.readInto(BaseCollectionBinding.kt:29)
						at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:27)
						at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:17)
						at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$lambda$4(BeanBinding.kt:174)
						at com.intellij.serialization.BeanBinding.createUsingCustomConstructor$doReadAndMakeCopyIfSecondPassIsNeeded(BeanBinding.kt:141)
						at com.intellij.serialization.BeanBinding.createUsingCustomConstructor(BeanBinding.kt:149)
						at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:249)
						at com.intellij.serialization.PolymorphicBinding.doDeserialize(PolymorphicBinding.kt:53)
						at com.intellij.serialization.PolymorphicBinding.deserialize(PolymorphicBinding.kt:19)
						at com.intellij.serialization.BeanBinding.readIntoObject(BeanBinding.kt:292)
						at com.intellij.serialization.BeanBinding.readIntoObject$default(BeanBinding.kt:264)
						at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:259)
						at com.intellij.serialization.BaseCollectionBinding.readInto(BaseCollectionBinding.kt:29)
						at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:91)
						at com.intellij.serialization.BeanBinding.readIntoObject(BeanBinding.kt:292)
						at com.intellij.serialization.BeanBinding.readIntoObject$default(BeanBinding.kt:264)
						at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:259)
						at com.intellij.serialization.BaseCollectionBinding.readInto(BaseCollectionBinding.kt:29)
						at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:91)
						at com.intellij.serialization.BeanBinding.readIntoObject(BeanBinding.kt:292)
						at com.intellij.serialization.BeanBinding.readIntoObject$default(BeanBinding.kt:264)
						at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:259)
						at com.intellij.serialization.Binding.deserialize(Binding.kt:16)
						at com.intellij.serialization.BeanBinding.readIntoObject(BeanBinding.kt:292)
						at com.intellij.serialization.BeanBinding.readIntoObject$default(BeanBinding.kt:264)
						at com.intellij.serialization.BeanBinding.deserialize(BeanBinding.kt:259)
						at com.intellij.serialization.BaseCollectionBinding.readInto(BaseCollectionBinding.kt:29)
						at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:27)
						at com.intellij.serialization.CollectionBinding.deserialize(CollectionBinding.kt:17)
						at com.intellij.serialization.IonObjectSerializer.doRead(IonObjectSerializer.kt:149)
						at com.intellij.serialization.IonObjectSerializer.readVersioned(IonObjectSerializer.kt:97)
						at com.intellij.serialization.VersionedFile.readAndHandleErrors(VersionedFile.kt:75)
						at com.intellij.serialization.VersionedFile.readList(VersionedFile.kt:57)
						at com.intellij.serialization.VersionedFile.readList$default(VersionedFile.kt:51)
						at com.intellij.serialization.VersionedFile.readList(VersionedFile.kt)
						at com.intellij.openapi.externalSystem.service.project.manage.ExternalProjectsDataStorage.load(ExternalProjectsDataStorage.java:413)
						at com.intellij.openapi.externalSystem.service.project.manage.ExternalProjectsDataStorage.load(ExternalProjectsDataStorage.java:116)
						at com.intellij.openapi.externalSystem.service.project.manage.ExternalProjectsManagerImpl.init(ExternalProjectsManagerImpl.java:189)
						at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity$execute$2.invokeSuspend$lambda$1(ExternalSystemStartupActivity.kt:33)
						at com.intellij.openapi.progress.CoroutinesKt.blockingContextInner(coroutines.kt:345)
						at com.intellij.openapi.progress.CoroutinesKt$blockingContext$2.invokeSuspend(coroutines.kt:237)
						at com.intellij.openapi.progress.CoroutinesKt$blockingContext$2.invoke(coroutines.kt)
						at com.intellij.openapi.progress.CoroutinesKt$blockingContext$2.invoke(coroutines.kt)
						at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62)
						at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:261)
						at com.intellij.openapi.progress.CoroutinesKt.blockingContext(coroutines.kt:236)
						at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity$execute$2.invokeSuspend(ExternalSystemStartupActivity.kt:32)
						at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity$execute$2.invoke(ExternalSystemStartupActivity.kt)
						at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity$execute$2.invoke(ExternalSystemStartupActivity.kt)
						at com.intellij.platform.backend.observation.PlatformActivityTrackerService$trackConfigurationActivity$2$1.invokeSuspend(PlatformActivityTrackerService.kt:71)
						at com.intellij.platform.backend.observation.PlatformActivityTrackerService$trackConfigurationActivity$2$1.invoke(PlatformActivityTrackerService.kt)
						at com.intellij.platform.backend.observation.PlatformActivityTrackerService$trackConfigurationActivity$2$1.invoke(PlatformActivityTrackerService.kt)
						at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62)
						at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:163)
						at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
						at com.intellij.platform.backend.observation.PlatformActivityTrackerService.trackConfigurationActivity(PlatformActivityTrackerService.kt:70)
						at com.intellij.platform.backend.observation.TrackingUtil.trackActivity(util.kt:23)
						at com.intellij.openapi.externalSystem.service.ExternalSystemStartupActivity.execute(ExternalSystemStartupActivity.kt:27)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.plugins.terminal))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.terminal.block.GenOneTerminalOptionHidingActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij.gradle))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.gradle.service.project.GradleStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.gradle.service.project.GradleVersionUpdateStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.gradle.service.project.GradleHeadlessLoggingProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij.cidr.base))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.editor.CidrSettingCorrectionOnStartup":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.workspace.OCWorkspaceImpl$InitializationActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.project.ui.notifications.AddFocusListenerForNotificationsActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.codeInsight.navigation.CtrlMouseHandler2":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.codeInsight.highlighting.BackgroundHighlighterPerProject":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.actions.ui.ideScaleIndicator.IdeScaleIndicatorManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.actions.ui.ideScaleIndicator.IdeScaleIndicatorManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.ide.actions.ui.ideScaleIndicator.IdeScaleIndicatorManager$1.invokeSuspend(IdeScaleIndicatorManager.kt:39)
						- "com.intellij.ide.actions.ui.ideScaleIndicator.IdeScaleIndicatorManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
				- "com.intellij.openapi.externalSystem.service.project.manage.ExternalProjectsManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.projectRoots.impl.UnknownSdkTrackerQueue":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij.cidr.lang.clangd))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.highlighting.ClangPPMatchingHighlighter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.daemon.clang.clangd.startup.ClangProjectScanStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.daemon.clang.clangd.startup.ClangdStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.daemon.clang.clangd.startup.ClangTidyUpdateStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij.cidr.lang.clangdBridge))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.cidr.lang.daemon.clang.clangd.startup.ClangdBridgeStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.impl.VcsInitialization$StartUpActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.changes.shelf.ShelveChangeManagerProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.vcs.update.RestoreUpdateTree$RestoreUpdateTreeStartUpActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.ChangesToolwindowPassCache":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.vcs.log.impl.VcsProjectLog$InitLogStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.bookmarks.frontend.LineBookmarkActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.debugger.impl.frontend.evaluate.quick.common.ValueLookupManagerProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.debugger.impl.frontend.FrontendXDebuggerInitializationProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.editor.frontend.FrontendEditorHandler":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.execution.serviceView.ServiceViewStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij.java))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.SetupJavaProjectFromSourcesActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.execution.testDiscovery.TestDiscoveryIndex$MyPostStartUpActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.projectRoots.impl.ExistingJdkConfigurationActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.projectRoots.impl.ExternalJavaConfigurationActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.daemon.problems.pass.ProjectProblemFileSelectionListenerStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.projectRoots.JavaVersionChecker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.warmup.JdkWarmupProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.codeInsight.daemon.impl.IdeaLibDependencyNotifier":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.jarRepository.RepositoryLibrarySynchronizer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.pom.java.AcceptedLanguageLevelsSettingsStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.ide.FileNotInSourceRootChecker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.compiler.cache.CompilerCacheStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.packaging.impl.artifacts.ArtifactTypeFeatureCollector":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.compiler.backwardRefs.IsUpToDateCheckStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.framework.detection.impl.FrameworkDetectionManagerProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij.java))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.java.compiler.charts.jps.CompilationChartsProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.vermouthx.xcode-theme))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.vermouthx.xcodetheme.activities.XcTStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.onboarding.k2.satisfaction.survey.K2OnboardingPostStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.base.analysisApiPlatform.IdeKotlinStatisticsStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.jetbrains.performancePlugin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.performancePlugin.PerformanceTestTotalTimeTimer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.performancePlugin.ProjectIndexingComponent":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.intellij.groovy))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.groovy.annotator.intentions.dynamic.DynamicMembersStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.internal.statistic.updater.StatisticsStateCollectorsScheduler$MyStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x monokai-pro))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "pro.monokai.Startup":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x Git4Idea))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.stash.ui.GitStashStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.repo.GitCommitTemplateTracker$GitCommitTemplateTrackerStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.commit.GitMergeCommitMessageActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.ignore.GitIgnoreInStoreDirGeneratorActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.config.GitSetupProjectConfig":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.repo.GitShallowRepositoryCheck":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.commit.GitModalCommitSettingMigrator":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.index.GitStageStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "git4idea.commit.signing.GpgAgentConfiguratorStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.android))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.res.AndroidPsiTreeChangeListener$MyProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.startup.ClearResourceCacheAfterFirstBuild$MyStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.imports.AutoRefresherForMavenClassRegistry":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.model.MergedManifestRefreshListener$SubscriptionStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.model.MergedManifestModificationListener$SubscriptionStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.ndk.PageAlignProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.nav.safeargs.project.NavigationResourcesModificationListener$SubscriptionStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.gradle.project.AndroidNewProjectInitializationStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.gradle.project.AndroidGradleProjectStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.android.tools.idea.gradle.project.AndroidGradleProjectStartupActivity$StartupService$performStartupActivity$2$1.invokeSuspend(AndroidGradleProjectStartupActivity.kt:119)
							at com.android.tools.idea.gradle.project.AndroidGradleProjectStartupActivity$StartupService$performStartupActivity$2.invokeSuspend(AndroidGradleProjectStartupActivity.kt:111)
							at com.android.tools.idea.gradle.project.AndroidGradleProjectStartupService.runInitialization(AndroidGradleProjectStartupService.kt:31)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
							- CompletableDeferredImpl{Active}
					- "com.android.tools.idea.stats.GcPauseWatcher":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.serverflags.ServerFlagDownloader$Initializer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.diagnostics.DiagnosticsReportCleaner":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.project.LibraryToolWindowInitializer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.startup.ProjectMetricsInitializer$MyStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.gradle.project.sync.GradleFilesProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.gradle.project.AndroidStudioProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.android.AndroidStartupManager":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.adblib.DeviceCableMonitor":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.android.sdklib.deviceprovisioner.FlowUtilKt$trackSetChanges$1.invokeSuspend(FlowUtil.kt:46)
							at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
					- "com.android.tools.idea.adblib.DeviceStateReporter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.adblib.AdbServerStatusReporter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.intellij)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.bookmarks.frontend.LineBookmarkListener":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.internal.statistic.service.fus.collectors.ProjectFUStateUsagesLogger":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.internal.statistic.service.fus.collectors.ProjectFUStateUsagesLogger":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.internal.statistic.service.fus.collectors.ProjectFUStateUsagesLogger.logProjectStateRegularly(FUStateUsagesLogger.kt:214)
						at com.intellij.internal.statistic.service.fus.collectors.ProjectFUStateUsagesLogger$1.invokeSuspend(FUStateUsagesLogger.kt:207)
				- "com.intellij.openapi.externalSystem.settings.ProjectBuildClasspathManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.android.tools.design))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.common.error.IssuePanelProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.compose.preview.ComposeNewPreviewNotificationManager$MyStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.android.tools.ndk))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.ndk.sync.NativeStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at com.android.tools.ndk.sync.NativeStartupActivity.execute(NativeStartupActivity.kt:41)
							at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.android.tools.apk))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.tools.idea.apk.ApkProjectStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x org.jetbrains.plugins.clangFormat)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.jetbrains.clangFormat.ClangFormatCoroutineScope":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.google.tools.ij.aiplugin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.studio.ml.bot.configuration.NotifyUserToShareContextActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.studio.ml.bot.action.internal.IntegrationTestingStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.android.studio.ml.bot.configuration.SmlConfigReporterActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.execution.ui.ExecutionReasonableHistoryManager":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.ProjectWindowCustomizerListener":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.updateSettings.impl.UpdateCheckerProjectActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.script.IdeStartupScripts":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.database.datagrid.DataGridStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x com.google.gct.directaccess)":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.google.gct.directaccess.DirectAccessService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
						- "com.google.gct.directaccess.DirectAccessService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at com.google.gct.directaccess.DirectAccessService$1.invokeSuspend(DirectAccessService.kt:88)
						- "com.google.gct.directaccess.DirectAccessService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at com.google.gct.directaccess.DirectAccessService$2.invokeSuspend(DirectAccessService.kt:99)
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.dvcs.repo.rhizome.RepositoryCountUpdater":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.projectView.impl.ProjectViewPaneSupportService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.project.InitialVfsRefreshService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.openapi.project.InitialVfsRefreshService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:35)
				- "com.intellij.openapi.projectRoots.impl.UnknownSdkEditorNotification":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.execution.impl.ExecutionManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.util.indexing.diagnostic.DumbModeFromScanningTrackerService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.util.indexing.diagnostic.DumbModeFromScanningTrackerService":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at com.intellij.util.indexing.diagnostic.DumbModeFromScanningTrackerService$1.invokeSuspend(DumbModeFromScanningTrackerService.kt:21)
				- "com.intellij.util.indexing.projectFilter.ProjectIndexableFilesFilterHealthCheck":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.codeInsight.multiverse.EditorContextManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.structureView.impl.StructureViewFactoryImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.execution.runToolbar.RunToolbarSlotManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.wm.impl.LibraryDependentToolWindowManager":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.openapi.wm.impl.LibraryDependentToolWindowManager$execute$2.invokeSuspend(LibraryDependentToolWindowManager.kt:67)
						at com.intellij.openapi.wm.impl.LibraryDependentToolWindowManager.execute(LibraryDependentToolWindowManager.kt:38)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
						- "run activity":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "run activity":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
				- "com.intellij.workspaceModel.ide.impl.VirtualFileUrlsLazyInitializer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.workspaceModel.ide.impl.WorkspaceModelCachesInvalidatorBackgroundActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.diagnostic.IdeHeartbeatEventReporter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.featureStatistics.InternalFlagDetection":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.updateSettings.impl.pluginsAdvertisement.PluginsAdvertiserStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.projectRoots.impl.jdkDownloader.JdkUpdaterStartup":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "run activity":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, run activity, Dispatchers.Default]
						at com.intellij.openapi.projectRoots.impl.jdkDownloader.JdkUpdaterStartup.execute(JdkUpdater.kt:58)
						at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:493)
				- "com.intellij.accessibility.AccessibilityUsageTrackerCollector$CollectStatisticsTask":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.plugins.LanguagePluginDetectionStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.notification.impl.RemindLaterActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.ide.plugins.DependencyFeatureCollector":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.diagnostic.opentelemetry.JVMStatsToOTelReporter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.vfs.newvfs.monitoring.VFSInitializationConditionsToFusReporter":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.workspaceModel.ide.impl.jps.serialization.DelayedProjectSynchronizer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.facet.FacetTypeFeatureCollector":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.platform.feedback.csat.CsatNewUserTracker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.externalSystem.autolink.UnlinkedProjectStartupActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.externalSystem.service.project.manage.ReprocessContentRootDataActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.spellchecker.grazie.GrazieSpellCheckerEngine$SpellerLoadActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x com.intellij))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "com.intellij.platform.execution.dashboard.RunDashboardCheckerActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.gradle.statistics.KotlinGradleFUSLoggingActivity":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.plugins.github))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.plugins.github.pullrequest.GHServerVersionsCollector$Initializer":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "(ProjectImpl@1792543179 x (ApplicationImpl@196461704 x org.jetbrains.kotlin))":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					- "org.jetbrains.kotlin.idea.gradleCodeInsightCommon.native.KotlinNativeABICompatibilityChecker":ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.spellchecker.grazie.GrazieSpellCheckerEngine":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.externalSystem.autolink.UnlinkedProjectStartupActivity$CoroutineScopeService":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.externalSystem.service.project.manage.SourceFolderManagerImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.spellchecker.SpellCheckerManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.openapi.updateSettings.impl.pluginsAdvertisement.PluginAdvertiserServiceImpl":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "com.intellij.framework.detection.impl.FrameworkDetectionManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
					-[x2 of] "com.intellij.framework.detection.impl.FrameworkDetectionManager":StandaloneCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at com.intellij.framework.detection.impl.FrameworkDetectorQueue$scheduleFlow$1.invokeSuspend(FrameworkDetectorQueue.kt:54)
						- "com.intellij.framework.detection.impl.FrameworkDetectionManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
							at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
							at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
							at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
							at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
							- "com.intellij.framework.detection.impl.FrameworkDetectionManager":ProducerCoroutine{Active}, state: SUSPENDED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, Dispatchers.Default]
				- "com.intellij.ide.actionsOnSave.impl.ActionsOnSaveManager":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ProjectImpl@1792543179), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
			- "com.intellij.diagnostic.ITNProxyCoroutineScopeHolder":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c]
				- "ITNProxy call":supervisor:ChildScope{Active} [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, LimitedDispatcher@7da7817d]
					-[x2 of] "ITNProxy call":StandaloneCoroutine{Active}, state: RUNNING [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, LimitedDispatcher@7da7817d]
						at java.base/jdk.internal.misc.Unsafe.park(Native Method)
						at java.base/java.util.concurrent.locks.LockSupport.park(Unknown Source)
						at java.base/java.util.concurrent.CompletableFuture$Signaller.block(Unknown Source)
						at java.base/java.util.concurrent.ForkJoinPool.unmanagedBlock(Unknown Source)
						at java.base/java.util.concurrent.ForkJoinPool.managedBlock(Unknown Source)
						at java.base/java.util.concurrent.CompletableFuture.waitingGet(Unknown Source)
						at java.base/java.util.concurrent.CompletableFuture.get(Unknown Source)
						at java.net.http/jdk.internal.net.http.HttpClientImpl.send(Unknown Source)
						at java.net.http/jdk.internal.net.http.HttpClientFacade.send(Unknown Source)
						at com.intellij.diagnostic.ITNProxy.post(ITNProxy.kt:215)
						at com.intellij.diagnostic.ITNProxy.sendError(ITNProxy.kt:114)
						at com.intellij.diagnostic.ITNReporter$submit$2$reportId$1.invokeSuspend(ITNReporter.kt:95)
						at com.intellij.diagnostic.ITNReporter$submit$2$reportId$1.invoke(ITNReporter.kt)
						at com.intellij.diagnostic.ITNReporter$submit$2$reportId$1.invoke(ITNReporter.kt)
						at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62)
						at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:163)
						at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
						at com.intellij.platform.util.progress.ProgressPipeImpl.collectProgressUpdates(ProgressPipe.kt:43)
						at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invokeSuspend(PlatformTaskSupport.kt:108)
						at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invoke(PlatformTaskSupport.kt)
						at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2$2.invoke(PlatformTaskSupport.kt)
						at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62)
						at kotlinx.coroutines.BuildersKt__Builders_commonKt.withContext(Builders.common.kt:155)
						at kotlinx.coroutines.BuildersKt.withContext(Unknown Source)
						at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invokeSuspend(PlatformTaskSupport.kt:107)
						at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invoke(PlatformTaskSupport.kt)
						at com.intellij.openapi.progress.impl.PlatformTaskSupport$withBackgroundProgressInternal$2.invoke(PlatformTaskSupport.kt)
						at kotlinx.coroutines.intrinsics.UndispatchedKt.startUndispatchedOrReturn(Undispatched.kt:62)
						at kotlinx.coroutines.CoroutineScopeKt.coroutineScope(CoroutineScope.kt:261)
						at com.intellij.openapi.progress.impl.PlatformTaskSupport.withBackgroundProgressInternal(PlatformTaskSupport.kt:92)
						at com.intellij.platform.ide.progress.TasksKt.withBackgroundProgress(tasks.kt:79)
						at com.intellij.platform.ide.progress.TasksKt.withBackgroundProgress(tasks.kt:22)
						at com.intellij.diagnostic.ITNReporter$submit$2.invokeSuspend(ITNReporter.kt:94)
					-[x44 of] "ITNProxy call":StandaloneCoroutine{Active}, state: CREATED [Kernel@vf6b8hu8v4ke9dnu4o1v, Rete(failFast=false, commands=capacity=2147483647,data=[onReceive], reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738, dbSource=ReteDbSource(reteState=kotlinx.coroutines.flow.StateFlowImpl@be64738)), DbSourceContextElement(kernel Kernel@vf6b8hu8v4ke9dnu4o1v), ComponentManager(ApplicationImpl@196461704), com.intellij.codeWithMe.ClientIdContextElementPrecursor@28b7b60c, LimitedDispatcher@7da7817d]

- SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
		at com.android.tools.idea.stats.AndroidStudioUsageTracker$setupMetricsListener$2.invokeSuspend(AndroidStudioUsageTracker.kt:486)

- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
	at com.intellij.util.indexing.diagnostic.StorageDiagnosticData$setupIndexingReporting$2.invokeSuspend(StorageDiagnosticData.kt:327)

- SupervisorJobImpl{Active}
	- "SML":StandaloneCoroutine{Active}, state: SUSPENDED [com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
		at com.android.studio.ml.enterprise.GiasMetricsLogScheduler$appFrameCreated$1.invokeSuspend(GiasMetricsLogScheduler.kt:50)
	-[x2 of] "SML":StandaloneCoroutine{Active}, state: SUSPENDED [com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:402)
		at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)
	- "SML":StandaloneCoroutine{Active}, state: SUSPENDED [com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)
		- "SML":ProducerCoroutine{Active}, state: SUSPENDED [com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
			at com.android.studio.ml.bot.configuration.StudioBotSettingsNotificationServiceImpl$notificationsFlow$1.invokeSuspend(StudioBotSettingsNotificationService.kt:115)
	- "SML":StandaloneCoroutine{Active}, state: SUSPENDED [com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)
		- "SML":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.IO]
			at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:402)

-[x2 of] "Main toolbar update":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT.immediate]
	at com.intellij.util.ui.ShowingScopeKt$showingScope$3.invokeSuspend(showingScope.kt:111)

- "static nav bar vm":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Unconfined]
	at com.intellij.util.ui.UiScopeKt$launchOnShow$1$1$1.invokeSuspend(uiScope.kt:122)
	at com.intellij.util.ui.UiScopeKt$launchOnShow$1$1.invokeSuspend(uiScope.kt:119)
	at com.intellij.util.ui.UiScopeKt.showingAsChannel(uiScope.kt:151)
	at com.intellij.util.ui.UiScopeKt$launchOnShow$1.invokeSuspend(uiScope.kt:118)

- "static nav bar window":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Unconfined]
	at com.intellij.util.ui.UiScopeKt$launchOnShow$1$1$1.invokeSuspend(uiScope.kt:122)
	at com.intellij.util.ui.UiScopeKt$launchOnShow$1$1.invokeSuspend(uiScope.kt:119)
	at com.intellij.util.ui.UiScopeKt.showingAsChannel(uiScope.kt:151)
	at com.intellij.util.ui.UiScopeKt$launchOnShow$1.invokeSuspend(uiScope.kt:118)

-[x167 of] SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.ui.components.MacScrollBarAnimationBehavior$2.invokeSuspend(ScrollBarAnimationBehavior.kt:93)
		- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
			at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
			at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
			at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]

-[x15 of] SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.ui.components.MacScrollBarAnimationBehavior$2.invokeSuspend(ScrollBarAnimationBehavior.kt:93)
		- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
			at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
			at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
			at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
	-[x2 of] StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.ui.components.TwoWayAnimator$start$1.invokeSuspend(TwoWayAnimator.kt:62)
		- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)

- SupervisorJobImpl{Active}
	- "AidaOnboardingState":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
		at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
		at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
		at kotlinx.coroutines.flow.FlowKt__EmittersKt$onStart$$inlined$unsafeFlow$1.collect(Emitters.kt:119)
		at kotlinx.coroutines.flow.FlowKt__EmittersKt$onCompletion$$inlined$unsafeFlow$1.collect(Emitters.kt:113)
		at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)
		-[x2 of] "AidaOnboardingState":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)

- SupervisorJobImpl{Active}
	-[x3 of] SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
		at com.android.adblib.impl.ConnectedDevicesTrackerImpl$launchDeviceTracking$1.invokeSuspend(ConnectedDevicesTrackerImpl.kt:58)
	- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
		at com.android.adblib.impl.channels.ChannelReadOrWriteHandler.runExactly(ChannelReadOrWriteHandler.kt:197)
		at com.android.adblib.impl.services.AdbServiceRunner.readLengthPrefixedData(AdbServiceRunner.kt:521)
		at com.android.adblib.impl.services.TrackDevicesService.collectAdbResponses(TrackDevicesService.kt:65)
		at com.android.adblib.impl.services.TrackDevicesService$invoke$1.invokeSuspend(TrackDevicesService.kt:50)
		at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
		at com.android.adblib.impl.SessionDeviceTracker$startTrackDevices$1.invokeSuspend(SessionDeviceTracker.kt:91)
	-[x9 of] StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at com.android.adblib.ddmlibcompatibility.debugging.AdbLibDeviceClientManager$startDeviceTracking$1.invokeSuspend(AdbLibDeviceClientManager.kt:88)
	- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
		at com.android.adblib.ddmlibcompatibility.debugging.AdbLibDeviceClientManager$startDeviceTracking$2.invokeSuspend(AdbLibDeviceClientManager.kt:101)
	- SupervisorJobImpl{Active}
		- SupervisorJobImpl{Active}
		- SupervisorJobImpl{Active}
			- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
				at com.google.gct.directaccess.provisioner.DirectAccessDeviceProvisionerPlugin$3.invokeSuspend(DirectAccessDeviceProvisionerPlugin.kt:185)
			- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
				at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
				at com.google.gct.directaccess.provisioner.DirectAccessDeviceProvisionerPlugin$4.invokeSuspend(DirectAccessDeviceProvisionerPlugin.kt:202)
				- ProducerCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
				at com.google.gct.directaccess.provisioner.DirectAccessDeviceProvisionerPlugin$5.invokeSuspend(DirectAccessDeviceProvisionerPlugin.kt:229)
			- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
				at com.google.gct.directaccess.provisioner.DirectAccessDeviceProvisionerPlugin$6.invokeSuspend(DirectAccessDeviceProvisionerPlugin.kt:266)
			-[x2 of] StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
				at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
				at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
				-[x4 of] StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
			- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
				at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
				at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
				at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
				-[x2 of] StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
			- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
				at com.android.sdklib.deviceprovisioner.FlowUtilKt$trackSetChanges$1.invokeSuspend(FlowUtil.kt:46)
				at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
				at com.android.sdklib.deviceprovisioner.DeviceProvisioner$1.invokeSuspend(DeviceProvisioner.kt:137)
			-[x2 of] SupervisorJobImpl{Active}
				- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
					at com.android.sdklib.deviceprovisioner.LocalEmulatorDeviceHandle$internalStateFlow$1.invokeSuspend(LocalEmulatorProvisionerPlugin.kt:354)
				-[x8 of] StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
					at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
				-[x4 of] SupervisorJobImpl{Active}
			- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
				at com.android.sdklib.deviceprovisioner.PeriodicAction$runAfterDelay$1.invokeSuspend(PeriodicAction.kt:59)
				at com.android.sdklib.deviceprovisioner.PeriodicAction$updateJob$1$1.invokeSuspend(PeriodicAction.kt:54)
		- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
			at com.android.adblib.impl.ConnectedDevicesTrackerImpl$launchDeviceTracking$1.invokeSuspend(ConnectedDevicesTrackerImpl.kt:58)
		- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
			at com.android.adblib.impl.channels.ChannelReadOrWriteHandler.runExactly(ChannelReadOrWriteHandler.kt:197)
			at com.android.adblib.impl.services.AdbServiceRunner.readLengthPrefixedData(AdbServiceRunner.kt:521)
			at com.android.adblib.impl.services.TrackDevicesService.collectAdbResponses(TrackDevicesService.kt:65)
			at com.android.adblib.impl.services.TrackDevicesService$invoke$1.invokeSuspend(TrackDevicesService.kt:50)
			at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
			at com.android.adblib.impl.SessionDeviceTracker$startTrackDevices$1.invokeSuspend(SessionDeviceTracker.kt:91)
		- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
			at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
			at com.android.tools.idea.adblib.DeviceStateReporter$execute$2.invokeSuspend(DeviceStateReporter.kt:53)
			- ProducerCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
				at com.android.tools.idea.adblib.DeviceStateReporter$deviceInfoChangeFlow$1.invokeSuspend(DeviceStateReporter.kt:115)
	- SupervisorJobImpl{Active}
		- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
			at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
			at com.android.adblib.ddmlibcompatibility.AdbLibIDeviceManager$1.invokeSuspend(AdbLibIDeviceManager.kt:61)
		- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.Default]
			at com.android.adblib.ddmlibcompatibility.AdbLibIDeviceManager$2.invokeSuspend(AdbLibIDeviceManager.kt:69)

- SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
		at com.android.tools.idea.preview.PreviewRefreshManager$1.invokeSuspend(PreviewRefreshManager.kt:216)

- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.IO]
	at org.jetbrains.skiko.FrameWatcher$start$1.invokeSuspend(FrameWatcher.kt:25)

- JobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [SwingDispatcher@616bb936]
		at androidx.compose.ui.platform.GlobalSnapshotManager$ensureStarted$1.invokeSuspend(GlobalSnapshotManager.skiko.kt:66)

- SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState:{}, ClientId(value=Host), Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.ui.components.MacScrollBarAnimationBehavior$2.invokeSuspend(ScrollBarAnimationBehavior.kt:93)
		- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState:{}, ClientId(value=Host), Dispatchers.Default]
			at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
			at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
			at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState:{}, ClientId(value=Host), Dispatchers.Default]

-[x4 of] SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, ClientId(value=Host), Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.ui.components.MacScrollBarAnimationBehavior$2.invokeSuspend(ScrollBarAnimationBehavior.kt:93)
		- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, ClientId(value=Host), Dispatchers.Default]
			at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
			at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
			at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, ClientId(value=Host), Dispatchers.Default]
	-[x2 of] StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, ClientId(value=Host), Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.ui.components.TwoWayAnimator$start$1.invokeSuspend(TwoWayAnimator.kt:62)
		- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, ClientId(value=Host), Dispatchers.Default]
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)

-[x12 of] SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, ClientId(value=Host), Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.ui.components.MacScrollBarAnimationBehavior$2.invokeSuspend(ScrollBarAnimationBehavior.kt:93)
		- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, ClientId(value=Host), Dispatchers.Default]
			at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
			at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
			at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, ClientId(value=Host), Dispatchers.Default]

- SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, Dispatchers.IO]
		at com.android.tools.idea.transport.manager.TransportStreamManager$streamState$1.invokeSuspend(TransportStreamManager.kt:107)

- SupervisorJobImpl{Active}
	- SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
		at com.android.tools.idea.transport.manager.TransportStreamManager$streamActivityFlow$1.invokeSuspend(TransportStreamManager.kt:118)
		at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
		at com.android.tools.idea.appinspection.internal.AppInspectionProcessDiscovery$registerListenersForDiscovery$1.invokeSuspend(AppInspectionProcessDiscovery.kt:101)

-[x39 of] SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState:{}, Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.ui.components.MacScrollBarAnimationBehavior$2.invokeSuspend(ScrollBarAnimationBehavior.kt:93)
		- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState:{}, Dispatchers.Default]
			at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
			at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
			at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState:{}, Dispatchers.Default]

-[x3 of] SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState:{}, Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.ui.components.MacScrollBarAnimationBehavior$2.invokeSuspend(ScrollBarAnimationBehavior.kt:93)
		- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState:{}, Dispatchers.Default]
			at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
			at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
			at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState:{}, Dispatchers.Default]
	-[x2 of] StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState:{}, Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.ui.components.TwoWayAnimator$start$1.invokeSuspend(TwoWayAnimator.kt:62)
		- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState:{}, Dispatchers.Default]
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)

-[x4 of] SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.ui.components.MacScrollBarAnimationBehavior$2.invokeSuspend(ScrollBarAnimationBehavior.kt:93)
		- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
			at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
			at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
			at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
	- StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.ui.components.TwoWayAnimator$start$1.invokeSuspend(TwoWayAnimator.kt:62)
		- ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)

- SupervisorJobImpl{Active}
	- "IDE Project Frame":supervisor:ChildScope{Active} [Dispatchers.Default]
		-[x2 of] "IDE Project Frame":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at com.intellij.util.CoroutinesKt$awaitCancellationAndInvoke$1.invokeSuspend(coroutines.kt:35)
	- "IDE Project Frame":supervisor:ChildScope{Active} [Dispatchers.Default]
		- "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at com.intellij.platform.ide.menu.IdeMenuBarHelper$3.invokeSuspend(IdeMenuBarHelper.kt:102)
		- "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
			at com.intellij.platform.ide.menu.IdeMenuBarHelper$4$1.invokeSuspend(IdeMenuBarHelper.kt:111)
			at com.intellij.platform.ide.menu.IdeMenuBarHelper$4.invokeSuspend(IdeMenuBarHelper.kt:110)
			- "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT]
				at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
				at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
				- "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
					- "IdeMenuBarHelper":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT]
						at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:42)
					- "IdeMenuBarHelper":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.EDT]
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
	- "IDE Project Frame":supervisor:ChildScope{Active} [Dispatchers.Default]
		- "IDE Project Frame":supervisor:ChildScope{Active} [Dispatchers.Default]
		- "IDE Project Frame":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
			at com.intellij.openapi.wm.impl.customFrameDecorations.header.MacToolbarFrameHeader$3.invokeSuspend(MacToolbarFrameHeader.kt:103)
	- "IdeStatusBarImpl":ChildScope{Active} [Dispatchers.Default]
		- "IdeStatusBarImpl":supervisor:ChildScope{Active} [Dispatchers.Default]
			- "IdeStatusBarImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
				at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
				at com.intellij.openapi.wm.impl.status.InfoAndProgressPanel$3.invokeSuspend(InfoAndProgressPanel.kt:147)
				- "IdeStatusBarImpl":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
					at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
					at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
					at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
					- "IdeStatusBarImpl":ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			- "IdeStatusBarImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
				at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
				at com.intellij.openapi.wm.impl.status.InfoAndProgressPanel$4.invokeSuspend(InfoAndProgressPanel.kt:154)
				- "IdeStatusBarImpl":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
					- "IdeStatusBarImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
						at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:41)
					- "IdeStatusBarImpl":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- "IdeStatusBarImpl":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
				at com.intellij.openapi.fileEditor.impl.MergingUpdateChannel.start(MergingUpdateChannel.kt:28)
				at com.intellij.openapi.wm.impl.status.InfoAndProgressPanel$5.invokeSuspend(InfoAndProgressPanel.kt:168)
	- "IDE Project Frame":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.openapi.wm.impl.IdeProjectFrameHelper$installNorthComponents$2.invokeSuspend(IdeProjectFrameHelper.kt:67)
		- "IDE Project Frame":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
			at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
			- "IDE Project Frame":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.ANY, Dispatchers.Default]
				at com.intellij.platform.navbar.frontend.NavBarRootPaneExtension$component$1.invokeSuspend(NavBarRootPaneExtension.kt:76)

- "static nav bar vm":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Unconfined]
	at com.intellij.util.ui.UiScopeKt$launchOnShow$1$1$1.invokeSuspend(uiScope.kt:122)
	at com.intellij.util.ui.UiScopeKt$launchOnShow$1$1.invokeSuspend(uiScope.kt:119)
	at com.intellij.util.ui.UiScopeKt.showingAsChannel(uiScope.kt:151)
	at com.intellij.util.ui.UiScopeKt$launchOnShow$1.invokeSuspend(uiScope.kt:118)
	- "static nav bar vm":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.EDT]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanel$1.invokeSuspend(StaticNavBarPanel.kt:68)
		- "static nav bar vm":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.EDT]
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- "static nav bar vm":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.EDT]
				at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanel$handleVm$2.invokeSuspend(StaticNavBarPanel.kt:80)
				at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanel.handleVm(StaticNavBarPanel.kt:76)
				at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanel$1$1.invokeSuspend(StaticNavBarPanel.kt:70)
				- "static nav bar vm":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.EDT]
					at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
					at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
					at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
					at com.intellij.platform.navbar.frontend.ui.NewNavBarPanel$2.invokeSuspend(NewNavBarPanel.kt:82)
					- "static nav bar vm":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.EDT]
						at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
						- "static nav bar vm":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.EDT]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.intellij.platform.navbar.frontend.ui.NewNavBarPanel$handleItems$2$1.invokeSuspend(NewNavBarPanel.kt:93)
							at com.intellij.platform.navbar.frontend.ui.NewNavBarPanel$handleItems$2.invokeSuspend(NewNavBarPanel.kt:89)
							-[x7 of] "static nav bar vm":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.EDT]
								at com.intellij.platform.navbar.frontend.ui.NavBarItemComponent$1.invokeSuspend(NavBarItemComponent.kt:77)
							- "static nav bar vm":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.EDT]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)

- "static nav bar window":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Unconfined]
	at com.intellij.util.ui.UiScopeKt$launchOnShow$1$1$1.invokeSuspend(uiScope.kt:122)
	at com.intellij.util.ui.UiScopeKt$launchOnShow$1$1.invokeSuspend(uiScope.kt:119)
	at com.intellij.util.ui.UiScopeKt.showingAsChannel(uiScope.kt:151)
	at com.intellij.util.ui.UiScopeKt$launchOnShow$1.invokeSuspend(uiScope.kt:118)
	- "static nav bar window":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.EDT]
		at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt$staticNavBarPanel$handleWindow$2.invokeSuspend(StaticNavBarPanel.kt:39)
		at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt.staticNavBarPanel$handleWindow(StaticNavBarPanel.kt:30)
		at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt$staticNavBarPanel$1$1.invokeSuspend(StaticNavBarPanel.kt:50)
		at com.intellij.platform.navbar.frontend.ui.StaticNavBarPanelKt$staticNavBarPanel$1.invokeSuspend(StaticNavBarPanel.kt:49)
		- "static nav bar window":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
			at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
			at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$1.invokeSuspend(NavBarVmImpl.kt:41)
			- "static nav bar window":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
				at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
				at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
				- "static nav bar window":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
		- "static nav bar window":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
			at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
			at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$2.invokeSuspend(NavBarVmImpl.kt:51)
			- "static nav bar window":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
				at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
				- "static nav bar window":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
					at com.intellij.platform.util.coroutines.flow.FlowKt$zipWithNext$1.invokeSuspend(flow.kt:107)
					at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
					at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$handleSelectionChange$2.invokeSuspend(NavBarVmImpl.kt:126)
		- "static nav bar window":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
			at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
			at com.intellij.platform.navbar.frontend.vm.impl.NavBarVmImpl$3.invokeSuspend(NavBarVmImpl.kt:54)
			- "static nav bar window":ProducerCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
				at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
		- "static nav bar window":StandaloneCoroutine{Active}, state: SUSPENDED [ModalityState.NON_MODAL, Dispatchers.Default]
			at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)

- SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
		at com.android.tools.idea.uibuilder.editor.multirepresentation.MultiRepresentationPreview$1.invokeSuspend(MultiRepresentationPreview.kt:229)

- SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at com.android.studio.ml.completion.SmlInlineCompletionStatusBarWidgetFactory$Widget$2.invokeSuspend(SmlInlineCompletionStatusBarWidgetFactory.kt:119)
	- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at com.android.studio.ml.completion.SmlInlineCompletionStatusBarWidgetFactory$Widget$3.invokeSuspend(SmlInlineCompletionStatusBarWidgetFactory.kt:141)
	- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at com.android.studio.ml.completion.SmlInlineCompletionStatusBarWidgetFactory$Widget$4.invokeSuspend(SmlInlineCompletionStatusBarWidgetFactory.kt:150)
	- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at com.android.studio.ml.completion.SmlInlineCompletionStatusBarWidgetFactory$Widget$5.invokeSuspend(SmlInlineCompletionStatusBarWidgetFactory.kt:159)
	- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)
		- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
				at com.android.studio.ml.completion.SmlInlineCompletionStatusBarWidgetFactory$Widget$special$$inlined$flatMapLatest$1.invokeSuspend(SmlInlineCompletionStatusBarWidgetFactory.kt:189)

- SupervisorJobImpl{Active}
	- "ActiveOnboardingProviderImpl":StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.flow.StateFlowImpl.collect(StateFlow.kt:402)
		at kotlinx.coroutines.flow.FlowKt__CollectKt$launchIn$1.invokeSuspend(Collect.kt:46)

- SupervisorJobImpl{Active}
	- "DevicesService":StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.android.sdklib.deviceprovisioner.FlowUtilKt$mapChangedState$1.invokeSuspend(FlowUtil.kt:75)
		- "DevicesService":ProducerCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- "DevicesService":StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
				at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
				at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
				at com.android.sdklib.deviceprovisioner.FlowUtilKt$mapNestedStateNotNull$$inlined$flatMapLatest$1.invokeSuspend(FlowUtil.kt:189)
				-[x2 of] "DevicesService":StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
					at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
					at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
					-[x2 of] "DevicesService":StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
						at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
	- "DevicesService":StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
		- "DevicesService":ProducerCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
			at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- "DevicesService":ProducerCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
				at com.android.tools.idea.run.deployment.selector.DeploymentTargetDevicesServiceKt$adbFlow$1.invokeSuspend(DeploymentTargetDevicesService.kt:256)
			- "DevicesService":StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
				at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
				at com.android.tools.idea.run.deployment.selector.DeploymentTargetDevicesService$special$$inlined$flatMapLatest$1.invokeSuspend(DeploymentTargetDevicesService.kt:189)
				- "DevicesService":ProducerCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
					at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
					at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
					- "DevicesService":StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
						at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
						at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
						at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
						at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
						- "DevicesService":ProducerCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
							at com.android.tools.idea.run.deployment.selector.RunConfigurationFlowKt$runConfigurationFlow$1.invokeSuspend(RunConfigurationFlow.kt:50)
					- "DevicesService":StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
						at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
						at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
						at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
						at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
						- "DevicesService":ProducerCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							- "DevicesService":ProducerCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
								at com.android.tools.idea.run.deployment.selector.DumbModeFlowKt$dumbModeFlow$1.invokeSuspend(DumbModeFlow.kt:49)
					- "DevicesService":StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
						at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
						at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
						at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
						at com.android.tools.idea.run.deployment.selector.DeploymentTargetDevicesService$devices$lambda$6$$inlined$flatMapLatest$1.invokeSuspend(DeploymentTargetDevicesService.kt:189)
						- "DevicesService":StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
							at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
						- "DevicesService":StandaloneCoroutine{Active}, state: RUNNING [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
							at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
							at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
							at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
							at com.android.sdklib.deviceprovisioner.FlowUtilKt$mapChangedState$1.invokeSuspend(FlowUtil.kt:75)
							at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
							at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
							- "DevicesService":ProducerCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
								at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)

- SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [BoundedExecutor(1); inProgress: 0; name: EmulatorToolWindowManager.PhysicalDeviceWatcher]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.android.tools.idea.streaming.core.StreamingToolWindowManager$PhysicalDeviceWatcher$1.invokeSuspend(StreamingToolWindowManager.kt:1078)
		- ProducerCoroutine{Active}, state: SUSPENDED [BoundedExecutor(1); inProgress: 0; name: EmulatorToolWindowManager.PhysicalDeviceWatcher]
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- StandaloneCoroutine{Active}, state: SUSPENDED [BoundedExecutor(1); inProgress: 0; name: EmulatorToolWindowManager.PhysicalDeviceWatcher]
				at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
				at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
				at com.android.sdklib.deviceprovisioner.FlowUtilKt$mapNestedStateNotNull$$inlined$flatMapLatest$1.invokeSuspend(FlowUtil.kt:189)
				-[x2 of] StandaloneCoroutine{Active}, state: SUSPENDED [BoundedExecutor(1); inProgress: 0; name: EmulatorToolWindowManager.PhysicalDeviceWatcher]
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)

- SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@6ae21947, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.android.processmonitor.monitor.adblib.DeviceTrackerAdblib$trackDevices$$inlined$transform$1.invokeSuspend(DeviceTrackerAdblib.kt:36)
		at kotlinx.coroutines.flow.AbstractFlow.collect(Flow.kt:226)
		at com.android.processmonitor.monitor.ProcessNameMonitorImpl$start$2.invokeSuspend(ProcessNameMonitorImpl.kt:79)
		- ProducerCoroutine{Active}, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@6ae21947, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@6ae21947, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
				at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
				at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
				at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
				at com.android.sdklib.deviceprovisioner.FlowUtilKt$mapNestedStateNotNull$$inlined$flatMapLatest$1.invokeSuspend(FlowUtil.kt:189)
				-[x2 of] StandaloneCoroutine{Active}, state: SUSPENDED [com.android.processmonitor.monitor.ProcessNameMonitorImpl$special$$inlined$CoroutineExceptionHandler$1@6ae21947, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
					at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)

- SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.IO]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.vcs.log.data.index.IndexDiagnosticRunner$1.invokeSuspend(IndexDiagnosticRunner.kt:73)
		- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.IO]
			at com.intellij.vcs.log.data.index.IndexDiagnosticRunner$rootsFlow$1.invokeSuspend(IndexDiagnosticRunner.kt:62)

- SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
		- ProducerCoroutine{Completing} [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
			- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
				at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:92)
				- ProducerCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
					at com.android.tools.idea.run.deployment.selector.RunConfigurationFlowKt$runConfigurationFlow$1.invokeSuspend(RunConfigurationFlow.kt:50)
			- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
				at kotlinx.coroutines.flow.internal.ChannelLimitedFlowMerge$collectTo$2$1.invokeSuspend(Merge.kt:92)
	- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
		at kotlinx.coroutines.channels.BufferedChannel.receiveCatchingOnNoWaiterSuspend-GKJJFZk(BufferedChannel.kt:3084)
		at kotlinx.coroutines.channels.BufferedChannel.receiveCatching-JP2dKIU$suspendImpl(BufferedChannel.kt:741)
		at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2.invokeSuspend(Combine.kt:51)
		at kotlinx.coroutines.flow.FlowKt__ShareKt$launchSharing$1.invokeSuspend(Share.kt:210)
		- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
			at kotlinx.coroutines.flow.internal.CombineKt$combineInternal$2$1.invokeSuspend(Combine.kt:28)
		- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
	- StandaloneCoroutine{Active}, state: SUSPENDED [com.android.tools.idea.concurrency.CoroutineUtilsKt$special$$inlined$CoroutineExceptionHandler$1@1f945e9e, com.intellij.util.concurrency.AppScheduledExecutorService$BackendThreadPoolExecutor@29d6166e[Running, pool size = 47, active threads = 47, queued tasks = 0, completed tasks = 3209685]]
		at com.android.tools.idea.run.deployment.selector.DevicesSelectedService$1.invokeSuspend(DevicesSelectedService.kt:124)

-[x19 of] SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.openapi.progress.util.ProgressDialog$3.invokeSuspend(ProgressDialog.kt:102)
		- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
				at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
				at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
				- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
					at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:42)
				- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
				at com.intellij.openapi.progress.util.ProgressDialog$3$1.invokeSuspend(ProgressDialog.kt:103)
	- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.openapi.progress.util.ProgressDialog$4.invokeSuspend(ProgressDialog.kt:123)
		- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
			at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
			at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]

-[x5 of] SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.openapi.progress.util.ProgressDialog$3.invokeSuspend(ProgressDialog.kt:102)
		- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
				at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
				at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
				- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
					at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:42)
				- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- StandaloneCoroutine{Active} [Dispatchers.Default]
	- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.openapi.progress.util.ProgressDialog$4.invokeSuspend(ProgressDialog.kt:123)
		- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
			at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
			at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]

-[x20 of] SupervisorJobImpl{Active}
	- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.openapi.progress.util.ProgressDialog$3.invokeSuspend(ProgressDialog.kt:102)
		- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
			at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
			at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
				at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
				at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
				at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
				at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1.invokeSuspend(flow.kt:46)
				- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
					at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$latchJob$1.invokeSuspend(flow.kt:42)
				- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
					at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
					- StandaloneCoroutine{Completed}, state: SUSPENDED [Dispatchers.Default]
						at com.intellij.platform.util.coroutines.flow.FlowKt$throttle$1$1.invokeSuspend(flow.kt:47)
	- StandaloneCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
		at kotlinx.coroutines.channels.BufferedChannel.emitAllInternal$kotlinx_coroutines_core(BufferedChannel.kt:1558)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:44)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllInternal(Channels.kt:47)
		at kotlinx.coroutines.flow.FlowKt__ChannelsKt.emitAllImpl$FlowKt__ChannelsKt(Channels.kt:32)
		at kotlinx.coroutines.flow.internal.ChannelFlow$collect$2.invokeSuspend(ChannelFlow.kt:119)
		at com.intellij.openapi.progress.util.ProgressDialog$4.invokeSuspend(ProgressDialog.kt:123)
		- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
			at kotlinx.coroutines.selects.SelectImplementation.doSelectSuspend(Select.kt:440)
			at kotlinx.coroutines.flow.FlowKt__DelayKt$debounceInternal$1.invokeSuspend(Delay.kt:416)
			at kotlinx.coroutines.flow.internal.FlowCoroutineKt$scopedFlow$1$1.invokeSuspend(FlowCoroutine.kt:47)
			at kotlinx.coroutines.flow.internal.ChannelFlowTransformLatest$flowCollect$3.invokeSuspend(Merge.kt:23)
			- ProducerCoroutine{Active}, state: SUSPENDED [Dispatchers.Default]
